summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorClare Macrae <clare.macrae@googlemail.com>2013-07-14 13:40:27 +0100
committerClare Macrae <clare.macrae@googlemail.com>2013-07-14 13:40:27 +0100
commit7eded47bcdd10d1e32125121c7b84f952b1a326e (patch)
treef7e938ee7cf796d199d02bf56495acdf7822a102 /pandoc.hs
parentbd1079e48e055f7b58ce13be3dfa8b5c5cb5ba7c (diff)
Initial work to create dokuwiki writer (#386)
In this first version, all dokuwiki files are straight copies of the media wiki counterparts.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 18124da3a..33e9a84b3 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -769,6 +769,7 @@ defaultReaderName fallback (x:xs) =
".db" -> "docbook"
".opml" -> "opml"
".wiki" -> "mediawiki"
+ ".dokuwiki" -> "dokuwiki"
".textile" -> "textile"
".native" -> "native"
".json" -> "json"