From b098b56c50aacccc877f0cf5f48571a922411841 Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Tue, 21 Jul 2015 12:33:17 +0300 Subject: [PATCH] README example: load MathJax over https tiny followup to #1103 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6dbec5..573b195 100644 --- a/README.md +++ b/README.md @@ -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 },