From bed62fcf17a38765d70fe4ab51ba1742f42fe056 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 7 Aug 2020 09:39:23 -0700 Subject: Fix trypandoc in response to d8ad766d17603784b86fc5c2e1b22864125d04d1 --- trypandoc/trypandoc.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'trypandoc') diff --git a/trypandoc/trypandoc.hs b/trypandoc/trypandoc.hs index f56a00ac5..9383c92ce 100644 --- a/trypandoc/trypandoc.hs +++ b/trypandoc/trypandoc.hs @@ -74,8 +74,7 @@ checkLength t = writerOpts :: WriterOptions writerOpts = def { writerReferenceLinks = True, writerEmailObfuscation = NoObfuscation, - writerHTMLMathMethod = MathJax (defaultMathJaxURL <> - T.pack "tex-mml-chtml.js"), + writerHTMLMathMethod = MathJax defaultMathJaxURL, writerHighlightStyle = Just pygments } readerOpts :: ReaderOptions -- cgit v1.2.3