From bf9bfae929586357ed728ec2733ab9eecdc7c6cc Mon Sep 17 00:00:00 2001 From: Miguel Lechon Date: Fri, 5 Mar 2021 10:35:40 +0100 Subject: [PATCH] comment_after fix. --- source/md_impl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/md_impl.c b/source/md_impl.c index a122605..24d0a6e 100644 --- a/source/md_impl.c +++ b/source/md_impl.c @@ -1569,6 +1569,7 @@ _MD_ParseOneNode(MD_ParseCtx *ctx) { comment_token = token; MD_Parse_Bump(ctx, token); + break; } else if(token.kind == MD_TokenKind_Newline) {