aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/Markdown.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Text/Pandoc/Readers/Markdown.hs')
-rw-r--r--Text/Pandoc/Readers/Markdown.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Text/Pandoc/Readers/Markdown.hs b/Text/Pandoc/Readers/Markdown.hs
index ecf05b18d..8d7a274bf 100644
--- a/Text/Pandoc/Readers/Markdown.hs
+++ b/Text/Pandoc/Readers/Markdown.hs
@@ -301,7 +301,7 @@ codeBlock = do
l <- indentedLine
return $ b ++ l))
optional blanklines
- return $ CodeBlock $ stripTrailingNewlines $ concat contents
+ return $ CodeBlock "" $ stripTrailingNewlines $ concat contents
--
-- block quotes