Skip to content
Snippets Groups Projects
Commit 0c971b06 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #1309 from cben/patch-1

README example: load MathJax over https
parents b390e66c b098b56c
No related branches found
No related tags found
No related merge requests found
......@@ -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
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment