Merge pull request #122 from ChillarAnand/master

Update mathjax url
This commit is contained in:
Yujie Wen 2015-06-15 11:23:47 +08:00
commit 3a44a71dd4
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ can contain the following escaping elements:
:type 'boolean) :type 'boolean)
(defcustom org-reveal-mathjax-url (defcustom org-reveal-mathjax-url
"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
"Default MathJax URL." "Default MathJax URL."
:group 'org-export-reveal :group 'org-export-reveal
:type 'string) :type 'string)