summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-09-10 10:02:12 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-09-12 09:05:10 -0700
commit3d361b2101c097ecde343625b15da8c197d733eb (patch)
tree6c68d7003a64ed263223999e22d112644472aa11 /src/pandoc.hs
parent167012daf75436208bcf275164792f3ec06ee56c (diff)
Added basic mediawiki reader.
Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}.
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 af7004352..cb561e817 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -721,6 +721,7 @@ defaultReaderName fallback (x:xs) =
".rst" -> "rst"
".lhs" -> "markdown+lhs"
".db" -> "docbook"
+ ".wiki" -> "mediawiki"
".textile" -> "textile"
".native" -> "native"
".json" -> "json"