Changes in try pandoc
This commit is contained in:
parent
3c7f1bf96c
commit
f792c7900b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue