Update MathJax's CDN

This commit is contained in:
Alfredo Beaumont 2017-04-10 16:56:45 +02:00
parent 9ff2aa0944
commit 3695fd875b

View file

@ -23,7 +23,7 @@
(some #'mathjax-p (index-content index)))))
(defun enable (&key force config (preset "TeX-AMS-MML_HTMLorMML")
(location "http://cdn.mathjax.org/mathjax/latest/MathJax.js"))
(location "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"))
(flet ((inject-p (x)
(when (or force (mathjax-p x))
(format nil *mathjax-header* config location preset))))