diff options
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 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" |
