Markdown reader: parse soft break as SoftBreak.
This commit is contained in:
parent
83c56bd1ef
commit
63d875c6cb
1 changed files with 1 additions and 1 deletions
|
@ -1679,7 +1679,7 @@ endline = try $ do
|
|||
(eof >> return mempty)
|
||||
<|> (guardEnabled Ext_hard_line_breaks >> return (return B.linebreak))
|
||||
<|> (guardEnabled Ext_ignore_line_breaks >> return mempty)
|
||||
<|> (return $ return B.space)
|
||||
<|> (return $ return B.softbreak)
|
||||
|
||||
--
|
||||
-- links
|
||||
|
|
Loading…
Add table
Reference in a new issue