aboutsummaryrefslogtreecommitdiff
path: root/trypandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-08-07 09:39:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-08-07 09:39:23 -0700
commitbed62fcf17a38765d70fe4ab51ba1742f42fe056 (patch)
treee194951bdb75f48635b02f71b782684934c5b368 /trypandoc
parent45ed1b6b1c3cfbb69299e158cf438e2b39e5db1b (diff)
downloadpandoc-bed62fcf17a38765d70fe4ab51ba1742f42fe056.tar.gz
Fix trypandoc in response to d8ad766d17603784b86fc5c2e1b22864125d04d1
Diffstat (limited to 'trypandoc')
-rw-r--r--trypandoc/trypandoc.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/trypandoc/trypandoc.hs b/trypandoc/trypandoc.hs
index f56a00ac5..9383c92ce 100644
--- a/trypandoc/trypandoc.hs
+++ b/trypandoc/trypandoc.hs
@@ -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