mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-24 23:15:14 +00:00
fix: allow new line in code block
This commit is contained in:
parent
f28c9ed86f
commit
7d303f2ced
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ codeBlock
|
|||
}
|
||||
|
||||
codeBlockContent
|
||||
= (!(LF "```" END) CHAR)+
|
||||
= (!(LF "```" END) .)+
|
||||
{ return text(); }
|
||||
|
||||
// block: mathBlock
|
||||
|
|
Loading…
Reference in a new issue