mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 23:45:48 +00:00
Muse reader: replace returnF with return . return
This commit is contained in:
@@ -754,7 +754,7 @@ endline :: PandocMonad m => MuseParser m (F Inlines)
|
||||
endline = try $ do
|
||||
newline
|
||||
notFollowedBy blankline
|
||||
returnF B.softbreak
|
||||
return $ return B.softbreak
|
||||
|
||||
parseAnchor :: PandocMonad m => MuseParser m String
|
||||
parseAnchor = try $ do
|
||||
|
||||
Reference in New Issue
Block a user