diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 12:51:17 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 12:51:17 -0800 |
| commit | b69792e2ed73e4a572a3f2d75d46e02a7d190b5c (patch) | |
| tree | cf3ea1a95c51bace63147faaa8886bfe61d96757 /src/Text/Pandoc/Writers | |
| parent | a2cb53640defcbd672ae26d517ee54479a13a32a (diff) | |
| download | pandoc-b69792e2ed73e4a572a3f2d75d46e02a7d190b5c.tar.gz | |
EPUB: Use section divs by default for better semantic markup.
Diffstat (limited to 'src/Text/Pandoc/Writers')
| -rw-r--r-- | src/Text/Pandoc/Writers/EPUB.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs index dfe70bccb..13c5478e6 100644 --- a/src/Text/Pandoc/Writers/EPUB.hs +++ b/src/Text/Pandoc/Writers/EPUB.hs @@ -78,6 +78,7 @@ writeEPUB version opts doc@(Pandoc meta _) = do let mkEntry path content = toEntry path epochtime content let opts' = opts{ writerEmailObfuscation = NoObfuscation , writerStandalone = True + , writerSectionDivs = True , writerHTMLMathMethod = if epub3 then MathML Nothing |
