aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/ASCIIMathML.hs
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-02 17:22:55 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-02 17:22:55 +0000
commit1e2f2bc4f63a0cacfc7eda26a6cc0887eb1c8de2 (patch)
tree1f8e17959f252d20c2689d469106ac62054a427b /Text/Pandoc/ASCIIMathML.hs
parent6a0004acba8df20fb5132874feb0b8b7457eea58 (diff)
downloadpandoc-1e2f2bc4f63a0cacfc7eda26a6cc0887eb1c8de2.tar.gz
Improved template handling:
+ Split template haskell functions into new module, Text.Pandoc.TH + Distinguish contentsOf and binaryContentsOf; the former uses text mode in Windows, while the latter uses binary mode git-svn-id: https://pandoc.googlecode.com/svn/trunk@1368 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Text/Pandoc/ASCIIMathML.hs')
-rw-r--r--Text/Pandoc/ASCIIMathML.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Text/Pandoc/ASCIIMathML.hs b/Text/Pandoc/ASCIIMathML.hs
index 829779e41..233040dcc 100644
--- a/Text/Pandoc/ASCIIMathML.hs
+++ b/Text/Pandoc/ASCIIMathML.hs
@@ -2,7 +2,7 @@
-- | Definitions for use of ASCIIMathML in HTML.
-- (See <http://www1.chapman.edu/~jipsen/mathml/asciimath.html>.)
module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where
-import Text.Pandoc.Shared ( contentsOf )
+import Text.Pandoc.TH ( contentsOf )
import System.FilePath ( (</>) )
-- | String containing ASCIIMathML javascript.