aboutsummaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 01f8891d8..72a7592d8 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -1009,6 +1009,8 @@ defaultWriterName x =
".fb2" -> "fb2"
".opml" -> "opml"
".icml" -> "icml"
+ ".tei.xml" -> "tei"
+ ".tei" -> "tei"
['.',y] | y `elem` ['1'..'9'] -> "man"
_ -> "html"