From c77e0c5d774cc0413c647e93c5f03e352a646a57 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Apr 2012 21:56:16 -0700 Subject: Input files with .db extension treated as docbook by default. --- src/pandoc.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pandoc.hs b/src/pandoc.hs index dab7b4161..a8a70a1b4 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -689,6 +689,7 @@ defaultReaderName fallback (x:xs) = ".ltx" -> "latex" ".rst" -> "rst" ".lhs" -> "markdown+lhs" + ".db" -> "docbook" ".textile" -> "textile" ".native" -> "native" ".json" -> "json" -- cgit v1.2.3