danielfrg / pelican-jupyter

Pelican plugin for blogging with Jupyter/IPython Notebooks
Apache License 2.0
423 stars 105 forks source link

BUG: MathJax CDN shutting down on April 30, 2017 #70

Closed peijunz closed 7 years ago

peijunz commented 7 years ago

MathJax CDN shutting down on April 30, 2017

Please change the cdn link in core.py, Line54

mathjaxscript.src = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';

to alternatives like

mathjaxscript.src = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML';

If necessary, I can make an pull request

danielfrg commented 7 years ago

Fixed in #71