Changes in try pandoc

This commit is contained in:
zorkow 2019-10-10 00:51:13 +05:30 committed by John MacFarlane
parent 3c7f1bf96c
commit f792c7900b

View file

@ -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