EPUB: Use section divs by default for better semantic markup.
This commit is contained in:
parent
a2cb53640d
commit
b69792e2ed
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue