Changes in try pandoc

This commit is contained in:
zorkow
2019-10-09 14:30:25 -07:00
committed by John MacFarlane
parent 3c7f1bf96c
commit f792c7900b
+1 -1
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