aboutsummaryrefslogtreecommitdiff
path: root/tests/RunTests.hs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 06:45:43 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 06:45:43 +0000
commit695961155a00738160b05c25588b6b02f681a18e (patch)
tree5706347d53fb1310a1c2bfbacc56d631195d0d40 /tests/RunTests.hs
parent081ae411b3ecc98746e9315355a85498b7e95d30 (diff)
downloadpandoc-695961155a00738160b05c25588b6b02f681a18e.tar.gz
Added plain writer.
Text.Pandoc.Writers.Markdown now exports a writePlain, which writes plain text without links, pictures, or special formatting (not even markdown conventions). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1907 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/RunTests.hs')
-rw-r--r--tests/RunTests.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs
index b880a0627..0b5555ed1 100644
--- a/tests/RunTests.hs
+++ b/tests/RunTests.hs
@@ -52,6 +52,7 @@ writerFormats = [ "native"
, "context"
, "texinfo"
, "man"
+ , "plain"
, "markdown"
, "rst"
, "mediawiki"