From 3c7f1bf96cb843ade02bd96f8a070a3006d2a11a Mon Sep 17 00:00:00 2001 From: zorkow Date: Sun, 6 Oct 2019 14:10:09 +0530 Subject: Basic changes for MathJax 3. --- src/Text/Pandoc/App/CommandLineOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/App') diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs index e9582eaf2..655ccfbac 100644 --- a/src/Text/Pandoc/App/CommandLineOptions.hs +++ b/src/Text/Pandoc/App/CommandLineOptions.hs @@ -699,7 +699,7 @@ options = (OptArg (\arg opt -> do let url' = fromMaybe (defaultMathJaxURL ++ - "MathJax.js?config=TeX-AMS_CHTML-full") arg + "tex-mml-chtml.js") arg return opt { optHTMLMathMethod = MathJax url'}) "URL") "" -- "Use MathJax for HTML math" -- cgit v1.2.3