aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc.hs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-24 05:48:41 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-24 05:48:41 +0000
commit49e0e507b72c51da39882f37e405747101213353 (patch)
tree6669a46c9f45d6436b06de23b585a307661e4940 /Text/Pandoc.hs
parent270eb7bed422ea5e742937fcd24933ffe8033fb4 (diff)
downloadpandoc-49e0e507b72c51da39882f37e405747101213353.tar.gz
Committed novalazy's initial patch for texinfo output,
including tests for texinfo writer. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1243 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Text/Pandoc.hs')
-rw-r--r--Text/Pandoc.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs
index 127454cf2..ae0b5057e 100644
--- a/Text/Pandoc.hs
+++ b/Text/Pandoc.hs
@@ -68,6 +68,7 @@ module Text.Pandoc
, writeRST
, writeLaTeX
, writeConTeXt
+ , writeTexinfo
, writeHtml
, writeHtmlString
, writeS5
@@ -96,6 +97,7 @@ import Text.Pandoc.Writers.Markdown
import Text.Pandoc.Writers.RST
import Text.Pandoc.Writers.LaTeX
import Text.Pandoc.Writers.ConTeXt
+import Text.Pandoc.Writers.Texinfo
import Text.Pandoc.Writers.HTML
import Text.Pandoc.Writers.S5
import Text.Pandoc.Writers.Docbook