parent
611bc27862
commit
b9d524c703
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ options =
|
||||||
(\arg opt -> do
|
(\arg opt -> do
|
||||||
let url' = case arg of
|
let url' = case arg of
|
||||||
Just u -> u
|
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'})
|
return opt { optHTMLMathMethod = MathJax url'})
|
||||||
"URL")
|
"URL")
|
||||||
"" -- "Use MathJax for HTML math"
|
"" -- "Use MathJax for HTML math"
|
||||||
|
|
Loading…
Add table
Reference in a new issue