diff options
author | Hakim El Hattab | 2015-09-02 12:00:17 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-09-02 12:00:17 +0100 |
commit | 0c971b06e4f14a6093c8dcb5feb6b704f3906b99 (patch) | |
tree | fb89ea375d52dd30141403aca7d4a873900a154e /README.md | |
parent | b390e66c270d4fc26755fc4097e02808ea567721 (diff) | |
parent | b098b56c50aacccc877f0cf5f48571a922411841 (diff) |
Merge pull request #1309 from cben/patch-1
README example: load MathJax over https
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -976,7 +976,7 @@ Reveal.initialize({ // other options ... math: { - mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js', + mathjax: 'https://cdn.mathjax.org/mathjax/latest/MathJax.js', config: 'TeX-AMS_HTML-full' // See http://docs.mathjax.org/en/latest/config-files.html }, |