fix: allow new line in code block

This commit is contained in:
syuilo 2021-03-30 10:44:42 +09:00 committed by marihachi
parent f28c9ed86f
commit 7d303f2ced

View file

@ -102,7 +102,7 @@ codeBlock
}
codeBlockContent
= (!(LF "```" END) CHAR)+
= (!(LF "```" END) .)+
{ return text(); }
// block: mathBlock