aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 58a3330d3..e2d85111e 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -601,6 +601,7 @@ defaultWriterName x =
".text" -> "markdown"
".md" -> "markdown"
".markdown" -> "markdown"
+ ".textile" -> "textile"
".lhs" -> "markdown+lhs"
".texi" -> "texinfo"
".texinfo" -> "texinfo"