summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-07-30 00:57:20 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2014-07-31 21:39:50 +0100
commit8460ea417f3bcd4599f1ba4877dd4c6e2a373ed1 (patch)
tree19c8d40ec10efbf9ea1056ecaabab7e094ede2c0 /pandoc.hs
parent51051e9953f97c35178eded5d3959394a184baf4 (diff)
EPUB Reader: Integrated into program
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 2563afc9c..de41b38cb 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -891,6 +891,7 @@ defaultReaderName fallback (x:xs) =
".json" -> "json"
".docx" -> "docx"
".t2t" -> "t2t"
+ ".epub" -> "epub"
_ -> defaultReaderName fallback xs
-- Returns True if extension of first source is .lhs