This commit is contained in:
marihachi 2021-03-27 20:35:18 +09:00
parent b4237eb031
commit d0e33e8fef

View file

@ -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));
}