mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-07 16:18:49 +00:00
comment_after fix.
This commit is contained in:
@@ -1569,6 +1569,7 @@ _MD_ParseOneNode(MD_ParseCtx *ctx)
|
|||||||
{
|
{
|
||||||
comment_token = token;
|
comment_token = token;
|
||||||
MD_Parse_Bump(ctx, token);
|
MD_Parse_Bump(ctx, token);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if(token.kind == MD_TokenKind_Newline)
|
else if(token.kind == MD_TokenKind_Newline)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user