diff options
author | Hakim El Hattab | 2017-04-07 09:33:05 +0200 |
---|---|---|
committer | GitHub | 2017-04-07 09:33:05 +0200 |
commit | 1babc8d31c4964407c8cda1270c195866cac5429 (patch) | |
tree | 372aa84ecdb565afac93739502ba88454a160ca4 /test/examples/math.html | |
parent | c3e96f1f0e37b9f5d8052bcee6db100606c3e458 (diff) | |
parent | 9495b64d2c10977748eb9b4ecb93489902ea2967 (diff) |
Merge pull request #1866 from christianp/mathjax-cdn
replace cdn.mathjax.org with cdnjs
Diffstat (limited to 'test/examples/math.html')
-rw-r--r-- | test/examples/math.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/math.html b/test/examples/math.html index 1b80e03..d35e827 100644 --- a/test/examples/math.html +++ b/test/examples/math.html @@ -169,7 +169,7 @@ transition: 'linear', math: { - // mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js', + // mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js', config: 'TeX-AMS_HTML-full' }, |