EPUB writer: Keep newlines between block elements.
This allows easier diff-ability. Closes #1424.
This commit is contained in:
parent
454d0e4d85
commit
73b0630217
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue