summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-11-04 21:21:57 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-11-04 21:21:57 -0800
commit5914be88a8e783cb8368e654109dc291a6d92092 (patch)
tree89b75e9d27348c03ced7f727fc50ea009f714ca7 /src/Text/Pandoc/Templates.hs
parent83b326b005c3917cee9a475bbac00462cd5ffe5a (diff)
EPUB writer: Rationalized templates.
* Previously there were three different templates involved in epub production. There is now just one template, default.epub or default.epub3. * It can now be overridden using `--template`, just like other templates.
Diffstat (limited to 'src/Text/Pandoc/Templates.hs')
-rw-r--r--src/Text/Pandoc/Templates.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Templates.hs b/src/Text/Pandoc/Templates.hs
index 4e43160ba..75c133101 100644
--- a/src/Text/Pandoc/Templates.hs
+++ b/src/Text/Pandoc/Templates.hs
@@ -93,8 +93,6 @@ getDefaultTemplate user writer = do
"native" -> return $ Right ""
"json" -> return $ Right ""
"docx" -> return $ Right ""
- "epub" -> return $ Right ""
- "epub3" -> return $ Right ""
"odt" -> getDefaultTemplate user "opendocument"
"markdown_strict" -> getDefaultTemplate user "markdown"
"multimarkdown" -> getDefaultTemplate user "markdown"