summaryrefslogtreecommitdiff
path: root/src/templates/ASCIIMathML.hs
blob: 1d04c6ff7d38b6df418571e44eab6092c4859320 (plain)
1
2
3
4
5
6
7
-- | Definitions for use of ASCIIMathML in HTML.  
-- (See <http://www1.chapman.edu/~jipsen/mathml/asciimath.html>.)
module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where

-- | String containing ASCIIMathML javascript.
asciiMathMLScript :: String
asciiMathMLScript = "<script type=\"text/javascript\">\n@ASCIIMathML.js@</script>\n"