mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
[wip] #34
This commit is contained in:
parent
b4237eb031
commit
d0e33e8fef
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue