##// END OF EJS Templates
Merge pull request #6395 from minrk/mathjax-url-nbconvert...
Matthias Bussonnier -
r17766:650dc444 merge
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 {%- macro mathjax() -%}
2 2 <!-- Load mathjax -->
3 <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
3 <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
4 4 <!-- MathJax configuration -->
5 5 <script type="text/x-mathjax-config">
6 6 MathJax.Hub.Config({
General Comments 0
You need to be logged in to leave comments. Login now