diff options
author | zorkow <volker.sorge@gmail.com> | 2019-10-10 00:51:13 +0530 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-10-09 14:30:25 -0700 |
commit | f792c7900bcd0f2ac06e5078bdaa0897df6a4576 (patch) | |
tree | 0a26988199487308ab0ee6c1e472a045865ff304 /trypandoc | |
parent | 3c7f1bf96cb843ade02bd96f8a070a3006d2a11a (diff) | |
download | pandoc-f792c7900bcd0f2ac06e5078bdaa0897df6a4576.tar.gz |
Changes in try pandoc
Diffstat (limited to 'trypandoc')
-rw-r--r-- | trypandoc/trypandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |