Skip to content
Snippets Groups Projects
Commit d0e33e8f authored by marihachi's avatar marihachi
Browse files

[wip] #34

parent b4237eb0
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ mathBlockLine
// block: center
center
= BEGIN "<center>" content:(!("</center>" END) i:inline { return i; })+ "</center>" END
= BEGIN "<center>" LF? content:(!(LF? "</center>" END) i:inline { return i; })+ LF? "</center>" END
{
return createNode('center', null, mergeText(content));
}
......
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