Loading the full MathJax config to maximize loading speed

This commit is contained in:
KolenCheung 2016-05-09 19:49:09 -07:00
parent 0ae60a9153
commit 59ddbdee4f

View file

@ -836,7 +836,7 @@ options =
, Option "" ["mathjax"]
(OptArg
(\arg opt -> do
let url' = fromMaybe "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML" arg
let url' = fromMaybe "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full" arg
return opt { optHTMLMathMethod = MathJax url'})
"URL")
"" -- "Use MathJax for HTML math"