From 4bf464ce4c15f9e5dc75a8c775c3b0202b552c9b Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Sun, 17 Jun 2007 16:12:23 +0000 Subject: [PATCH] Minor documentation changes to ASCIIMathML.hs template. git-svn-id: https://pandoc.googlecode.com/svn/trunk@602 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/templates/ASCIIMathML.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/ASCIIMathML.hs b/src/templates/ASCIIMathML.hs index 7747a52a2..1d04c6ff7 100644 --- a/src/templates/ASCIIMathML.hs +++ b/src/templates/ASCIIMathML.hs @@ -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"