From 55e43c49916e55c4fec9a6783590b9574a183bf9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 3 Dec 2010 22:15:51 -0800 Subject: Use textile reader by default for .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 647649a3c..4c38a0dc7 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -592,6 +592,7 @@ defaultReaderName fallback (x:xs) = ".ltx" -> "latex" ".rst" -> "rst" ".lhs" -> "markdown+lhs" + ".textile" -> "textile" ".native" -> "native" _ -> defaultReaderName fallback xs -- cgit v1.2.3