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 :: WriterOptions
|
||||||
writerOpts = def { writerReferenceLinks = True,
|
writerOpts = def { writerReferenceLinks = True,
|
||||||
writerEmailObfuscation = NoObfuscation,
|
writerEmailObfuscation = NoObfuscation,
|
||||||
writerHTMLMathMethod = MathJax (defaultMathJaxURL <>
|
writerHTMLMathMethod = MathJax defaultMathJaxURL,
|
||||||
T.pack "tex-mml-chtml.js"),
|
|
||||||
writerHighlightStyle = Just pygments }
|
writerHighlightStyle = Just pygments }
|
||||||
|
|
||||||
readerOpts :: ReaderOptions
|
readerOpts :: ReaderOptions
|
||||||
|
|
Loading…
Add table
Reference in a new issue