Upgrade to mathjax-2.7.5 and use original mathjax config (fix comments in #1218)

This commit is contained in:
Yang Zhang
2019-05-12 14:30:45 +08:00
parent c103f3ebdc
commit c0e6de899b
793 changed files with 8011 additions and 2646 deletions
+2 -1
View File
@@ -49,7 +49,8 @@
{{/mathjax_config}}
<script>(function(d,j){
j = d.createElement('script');
j.src = '{{base_url}}/javascript/MathJax-2.7.0/MathJax.js?config=TeX-AMS_HTML-full';
j.src =
'{{base_url}}/javascript/MathJax-2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
(d.head || d.getElementsByTagName('head')[0]).appendChild(j);
}(document));
</script>{{/mathjax}}