fixed ordered lists
This commit is contained in:
parent
874803d89e
commit
5d29e8165e
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ orderedListItem = do
|
||||||
char '.' <|> char ')'
|
char '.' <|> char ')'
|
||||||
optional (char ' ' <|> char '\t')
|
optional (char ' ' <|> char '\t')
|
||||||
content <- many $ notFollowedBy lineEnding' *> inlineElement
|
content <- many $ notFollowedBy lineEnding' *> inlineElement
|
||||||
|
lineEnding'
|
||||||
-- continuations <- many listContinuation
|
-- continuations <- many listContinuation
|
||||||
children <- many (try indentedList)
|
children <- many (try indentedList)
|
||||||
pure $ LI content children
|
pure $ LI content children
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue