aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-12 09:31:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-12 09:31:51 -0800
commitaf7e78243682ec7c353dd202590c45c734f86ada (patch)
tree731509a3ab17391a415bfb13c9798884569fe554 /src/Text/Pandoc/Readers/Org.hs
parentd9c2f500bf636dca5b7f54548faf13dfd363c53b (diff)
downloadpandoc-af7e78243682ec7c353dd202590c45c734f86ada.tar.gz
Modified readers to emit SoftBreak when appropriate.
Diffstat (limited to 'src/Text/Pandoc/Readers/Org.hs')
-rw-r--r--src/Text/Pandoc/Readers/Org.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Org.hs b/src/Text/Pandoc/Readers/Org.hs
index 3be47cfd4..99a6927e2 100644
--- a/src/Text/Pandoc/Readers/Org.hs
+++ b/src/Text/Pandoc/Readers/Org.hs
@@ -1103,7 +1103,7 @@ endline = try $ do
decEmphasisNewlinesCount
guard =<< newlinesCountWithinLimits
updateLastPreCharPos
- return . return $ B.space
+ return . return $ B.softbreak
cite :: OrgParser (F Inlines)
cite = try $ do