aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2011-08-03 08:30:20 -0700
committerJohn MacFarlane <[email protected]>2011-08-03 08:30:20 -0700
commit2229aea8da8cd3f0a2d11990d22880b69b818498 (patch)
tree011257506edc623a1bd54606e4fcaa062e83b94d /src/pandoc.hs
parent77cf7f9cac66b8fd59be546979850026c738833a (diff)
Added MoinMoin reader.moinmoin2
This is mostly due to Simon Michael, with changes from ranft and jgm.
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 27bc2c25c..cea51071e 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -600,6 +600,7 @@ defaultReaderName fallback (x:xs) =
".latex" -> "latex"
".ltx" -> "latex"
".rst" -> "rst"
+ ".moinmoin" -> "moinmoin"
".lhs" -> "markdown+lhs"
".textile" -> "textile"
".native" -> "native"