parent
611bc27862
commit
b9d524c703
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ options =
|
|||
(\arg opt -> do
|
||||
let url' = case arg of
|
||||
Just u -> u
|
||||
Nothing -> "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
|
||||
Nothing -> "//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
|
||||
return opt { optHTMLMathMethod = MathJax url'})
|
||||
"URL")
|
||||
"" -- "Use MathJax for HTML math"
|
||||
|
|
Loading…
Reference in a new issue