diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-04-20 10:30:34 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-04-20 10:30:34 -0700 |
commit | b6d530d8764642dc2f0c0373a6569bd0c0270dc1 (patch) | |
tree | 9f0ee8b4d74bd708bed7cf3614268c35b7f20639 /src/pandoc.hs | |
parent | 5a244bb7b330de981cd1a59330b8e34e159a64e8 (diff) | |
parent | 2f559597d54d9e37885333201434d586ff11bc2e (diff) | |
download | pandoc-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.hs | 1 |
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" |