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