EPUB writer: Keep newlines between block elements.

This allows easier diff-ability.  Closes #1424.
This commit is contained in:
John MacFarlane 2014-07-15 15:41:42 -07:00
parent 454d0e4d85
commit 73b0630217

View file

@ -333,7 +333,7 @@ writeEPUB opts doc@(Pandoc meta _) = do
if epub3
then MathML Nothing
else writerHTMLMathMethod opts
, writerWrapText = False }
, writerWrapText = True }
metadata <- getEPUBMetadata opts' meta
-- cover page