aboutsummaryrefslogtreecommitdiff
path: root/src/templates/ASCIIMathML.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/ASCIIMathML.hs')
-rw-r--r--src/templates/ASCIIMathML.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/templates/ASCIIMathML.hs b/src/templates/ASCIIMathML.hs
deleted file mode 100644
index 1d04c6ff7..000000000
--- a/src/templates/ASCIIMathML.hs
+++ /dev/null
@@ -1,7 +0,0 @@
--- | 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"