comment_after fix.

This commit is contained in:
Miguel Lechon
2021-03-05 10:35:40 +01:00
parent 493f4239d5
commit bf9bfae929
+1
View File
@@ -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)
{