From 9f99c39cafabf1438c195c61e2bea785b529f0c0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Jan 2011 00:05:10 -0800 Subject: Default to textile writer on .textile extension. --- src/pandoc.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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" -- cgit v1.2.3