aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorpaul.rivier <paul.r.ml@gmail.com>2010-09-16 11:26:12 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-03 23:10:50 -0800
commitd532c72c5b3249ae83733d9fe064764d123603c0 (patch)
treeaac4917b7e23496d37ce5a2033dfb6bc59940044 /src/pandoc.hs
parent3ffd7246173b8bdc0d25167355f55e3193aaa989 (diff)
downloadpandoc-d532c72c5b3249ae83733d9fe064764d123603c0.tar.gz
Basic Textile Reader
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 4f5a1c32a..647649a3c 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -90,6 +90,7 @@ readers = [("native" , readPandoc)
,("markdown" , readMarkdown)
,("markdown+lhs" , readMarkdown)
,("rst" , readRST)
+ ,("textile" , readTextile) -- TODO : textile+lhs
,("rst+lhs" , readRST)
,("html" , readHtml)
,("latex" , readLaTeX)