Fix trypandoc in response to d8ad766d17

This commit is contained in:
John MacFarlane 2020-08-07 09:39:23 -07:00
parent 45ed1b6b1c
commit bed62fcf17

View file

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