EPUB: Use section divs by default for better semantic markup.

This commit is contained in:
John MacFarlane 2012-11-04 12:51:17 -08:00
parent a2cb53640d
commit b69792e2ed

View file

@ -78,6 +78,7 @@ writeEPUB version opts doc@(Pandoc meta _) = do
let mkEntry path content = toEntry path epochtime content let mkEntry path content = toEntry path epochtime content
let opts' = opts{ writerEmailObfuscation = NoObfuscation let opts' = opts{ writerEmailObfuscation = NoObfuscation
, writerStandalone = True , writerStandalone = True
, writerSectionDivs = True
, writerHTMLMathMethod = , writerHTMLMathMethod =
if epub3 if epub3
then MathML Nothing then MathML Nothing