diff options
author | Christian Lawson-Perfect <christianperfect@gmail.com> | 2017-04-05 12:44:41 +0100 |
---|---|---|
committer | Christian Lawson-Perfect <christianperfect@gmail.com> | 2017-04-05 12:48:56 +0100 |
commit | 9495b64d2c10977748eb9b4ecb93489902ea2967 (patch) | |
tree | 372aa84ecdb565afac93739502ba88454a160ca4 /test/examples | |
parent | c3e96f1f0e37b9f5d8052bcee6db100606c3e458 (diff) | |
download | fosdem-2018-presentation-9495b64d2c10977748eb9b4ecb93489902ea2967.tar fosdem-2018-presentation-9495b64d2c10977748eb9b4ecb93489902ea2967.tar.gz |
replace cdn.mathjax.org with cdnjs
cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/
This changes the default MathJax URL in the math plugin, as well as
references in README.md and test/examples/math.html
Diffstat (limited to 'test/examples')
-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' }, |