mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-30 11:20:06 +00:00
node comment bugfixes and tests
This commit is contained in:
@@ -1129,9 +1129,6 @@ MD_Parse_LexNext(MD_ParseCtx *ctx)
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE(rjf): Trim off newline always.
|
||||
chop_n = 1;
|
||||
|
||||
at += 2;
|
||||
token.kind = MD_TokenKind_Comment;
|
||||
MD_TokenizerScan(*at != '\n');
|
||||
|
||||
Reference in New Issue
Block a user