From fe684764e68e7eda281192f1fdd637a5bdb50e43 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 3 Nov 2007 23:27:58 +0000 Subject: Reverted back to state as of r1062. The template haskell changes are more trouble than they're worth. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1064 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/templates/ASCIIMathML.hs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/templates/ASCIIMathML.hs (limited to 'src/templates/ASCIIMathML.hs') diff --git a/src/templates/ASCIIMathML.hs b/src/templates/ASCIIMathML.hs new file mode 100644 index 000000000..1d04c6ff7 --- /dev/null +++ b/src/templates/ASCIIMathML.hs @@ -0,0 +1,7 @@ +-- | Definitions for use of ASCIIMathML in HTML. +-- (See .) +module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where + +-- | String containing ASCIIMathML javascript. +asciiMathMLScript :: String +asciiMathMLScript = "\n" -- cgit v1.2.3