aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/Inlines.hs
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2017-04-25 19:06:27 +0300
committerAlbert Krewinkel <albert+github@zeitkraut.de>2017-04-30 10:59:20 +0200
commit97addc2a17266b7d1c6cc712244f675bc0263595 (patch)
tree8742c39b6dccc9cdaa5089d58864c4a22c2dad0e /src/Text/Pandoc/Readers/Org/Inlines.hs
parent540f3d49efa35fc48585e8feb845a01c14e3020a (diff)
downloadpandoc-97addc2a17266b7d1c6cc712244f675bc0263595.tar.gz
Add returnF to Text.Pandoc.Parsing
Diffstat (limited to 'src/Text/Pandoc/Readers/Org/Inlines.hs')
-rw-r--r--src/Text/Pandoc/Readers/Org/Inlines.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Org/Inlines.hs b/src/Text/Pandoc/Readers/Org/Inlines.hs
index d227eb66a..64ffb8ef5 100644
--- a/src/Text/Pandoc/Readers/Org/Inlines.hs
+++ b/src/Text/Pandoc/Readers/Org/Inlines.hs
@@ -157,7 +157,7 @@ endline = try $ do
decEmphasisNewlinesCount
guard =<< newlinesCountWithinLimits
updateLastPreCharPos
- return . return $ B.softbreak
+ returnF B.softbreak
--