aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-04-20 10:30:34 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-04-20 10:30:34 -0700
commitb6d530d8764642dc2f0c0373a6569bd0c0270dc1 (patch)
tree9f0ee8b4d74bd708bed7cf3614268c35b7f20639 /src/pandoc.hs
parent5a244bb7b330de981cd1a59330b8e34e159a64e8 (diff)
parent2f559597d54d9e37885333201434d586ff11bc2e (diff)
downloadpandoc-b6d530d8764642dc2f0c0373a6569bd0c0270dc1.tar.gz
Merge pull request #491 from mb21/patch-1
Added link, code and info elements to DocBook Reader
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 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"