aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-05-03 21:24:01 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-05-03 21:24:01 +0000
commit2f737a97e42daa2e84050aac70fb4030a826fa75 (patch)
tree1a9555cdd91f396153ba5c4ee1be20430705b7ec /src
parent553d91a15fad4fbf58f6c8e4de8d8ed10c6603cc (diff)
downloadpandoc-2f737a97e42daa2e84050aac70fb4030a826fa75.tar.gz
Export HTMLMathMethod in Text.Pandoc.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1575 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 2f9833b6b..6cca14afe 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -82,6 +82,7 @@ module Text.Pandoc
, prettyPandoc
-- * Writer options used in writers
, WriterOptions (..)
+ , HTMLMathMethod (..)
, defaultWriterOptions
-- * Default headers for various output formats
, module Text.Pandoc.DefaultHeaders