aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 06:45:56 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 06:45:56 +0000
commit56217f100404bc277c53518436ea93973c7705ac (patch)
treee41352966698134d6a7031f2b29e52ba16be1868 /templates
parentd704f47b86f49a46fab91969ae3fc92957cc8149 (diff)
downloadpandoc-56217f100404bc277c53518436ea93973c7705ac.tar.gz
Added --mathml option; removed Text.Pandoc.LaTeXMathML.
* Added data/MathMLinHTML.js, which is included when no URL is provided for --mathml. This allows MathML to be displayed in better browsers, as text/html. * The module was no longer necessary; its functionality (two lines) was incorporated into pandoc.hs. * Consolidated the two LaTeXMathML.js files into one. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1909 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates')
-rw-r--r--templates/html.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/html.template b/templates/html.template
index 8d1fafd36..820279939 100644
--- a/templates/html.template
+++ b/templates/html.template
@@ -33,12 +33,12 @@ $endif$
$for(css)$
<link rel="stylesheet" href="$css$" type="text/css" />
$endfor$
+$if(math)$
+ $math$
+$endif$
$for(header-includes)$
$header-includes$
$endfor$
-$if(latexmathml-script)$
- $latexmathml-script$
-$endif$
</head>
<body>
$if(title)$