Minor documentation changes to ASCIIMathML.hs template.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@602 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
cfd9ff7381
commit
4bf464ce4c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
-- | Definitions for use of Pandoc.ASCIIMathML in HTML.
|
||||
-- | Definitions for use of ASCIIMathML in HTML.
|
||||
-- (See <http://www1.chapman.edu/~jipsen/mathml/asciimath.html>.)
|
||||
module Text.Pandoc.ASCIIMathML ( asciiMathMLScript ) where
|
||||
|
||||
-- | String containing Pandoc.ASCIIMathML javascript.
|
||||
-- | String containing ASCIIMathML javascript.
|
||||
asciiMathMLScript :: String
|
||||
asciiMathMLScript = "<script type=\"text/javascript\">\n@ASCIIMathML.js@</script>\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue