Skip to content
Snippets Groups Projects
Commit 7d303f2c authored by syuilo's avatar syuilo Committed by marihachi
Browse files

fix: allow new line in code block

parent f28c9ed8
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ codeBlock
}
codeBlockContent
= (!(LF "```" END) CHAR)+
= (!(LF "```" END) .)+
{ return text(); }
// block: mathBlock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment