aboutsummaryrefslogtreecommitdiff
path: root/data/MathMLinHTML.js
AgeCommit message (Collapse)AuthorFilesLines
2016-12-09We no longer need the MathMLInHTML.js shim from 2004!John MacFarlane1-70/+0
2014-04-20MathMLinHTML: Fix deprecation warninggwern1-10/+10
The use of `nodeValue` on `Attr` objects causes a deprecation warning in Firefox since version 7. This patch causes calls to `value` instead of `nodeValue` for all `Attr` objects. This closes #362.
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher1-0/+70
* 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