2007-06-17 16:12:23 +00:00
|
|
|
-- | Definitions for use of ASCIIMathML in HTML.
|
2006-10-17 14:22:29 +00:00
|
|
|
-- (See <http://www1.chapman.edu/~jipsen/mathml/asciimath.html>.)
|
|
|
|
module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where
|
|
|
|
|
2007-06-17 16:12:23 +00:00
|
|
|
-- | String containing ASCIIMathML javascript.
|
2006-10-17 14:22:29 +00:00
|
|
|
asciiMathMLScript :: String
|
2006-12-19 22:00:41 +00:00
|
|
|
asciiMathMLScript = "<script type=\"text/javascript\">\n@ASCIIMathML.js@</script>\n"
|