parent
106786ef1b
commit
00b11bcbcf
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ definitionListStart :: Parser [Char] ParserState Inlines
|
|||
definitionListStart = try $ do
|
||||
char '-'
|
||||
whitespace
|
||||
notFollowedBy newline
|
||||
trimInlines . mconcat <$>
|
||||
many1Till inline (try (string ":=")) <* optional whitespace
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue