Fix trypandoc in response to d8ad766d17
This commit is contained in:
parent
45ed1b6b1c
commit
bed62fcf17
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue