Use alternative MathJax CDN.

This commit is contained in:
Yujie Wen 2019-06-27 22:47:11 +08:00
parent 20235b99b6
commit 8550aaa623
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ content."
:type 'boolean)
(defcustom org-reveal-mathjax-url
"https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
"Default MathJax URL."
:group 'org-export-reveal
:type 'string)