Skip to content

Commit

Permalink
Fix trypandoc in response to d8ad766
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 7, 2020
1 parent 45ed1b6 commit bed62fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trypandoc/trypandoc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bed62fc

Please sign in to comment.