Bundle a slim mathjax (4.5MB uncompressed, 1.5MB compressed)

This commit is contained in:
Yang Zhang
2017-04-08 22:49:45 +08:00
parent af344c1d25
commit 7cabd684a9
325 changed files with 6194 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
{{/mathjax_config}}
<script>(function(d,j){
j = d.createElement('script');
j.src = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
j.src = '{{base_url}}/javascript/MathJax-2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
(d.head || d.getElementsByTagName('head')[0]).appendChild(j);
}(document));
</script>{{/mathjax}}