From f792c7900bcd0f2ac06e5078bdaa0897df6a4576 Mon Sep 17 00:00:00 2001 From: zorkow Date: Thu, 10 Oct 2019 00:51:13 +0530 Subject: Changes in try pandoc --- trypandoc/trypandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trypandoc') diff --git a/trypandoc/trypandoc.hs b/trypandoc/trypandoc.hs index f6c2cc3ce..b00d66d0d 100644 --- a/trypandoc/trypandoc.hs +++ b/trypandoc/trypandoc.hs @@ -72,7 +72,7 @@ writerOpts :: WriterOptions writerOpts = def { writerReferenceLinks = True, writerEmailObfuscation = NoObfuscation, writerHTMLMathMethod = MathJax (defaultMathJaxURL ++ - "MathJax.js?config=TeX-AMS_CHTML-full"), + "tex-mml-chtml.js"), writerHighlightStyle = Just pygments } readerOpts :: ReaderOptions -- cgit v1.2.3