Changed mathjax cdn url so it doesn't use https.
(This caused problems when used with --self-contained.) See #609.
This commit is contained in:
parent
4076e2f8be
commit
0189997420
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ options =
|
|||
(\arg opt -> do
|
||||
let url' = case arg of
|
||||
Just u -> u
|
||||
Nothing -> "https://d3eoax9i5htok0.cloudfront.net/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
|
||||
Nothing -> "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
|
||||
return opt { optHTMLMathMethod = MathJax url'})
|
||||
"URL")
|
||||
"" -- "Use MathJax for HTML math"
|
||||
|
|
Loading…
Add table
Reference in a new issue