Update MathJax CDN URL

This commit is contained in:
Mimi 2020-08-05 10:14:10 +08:00
parent b63c60fccf
commit 09f0f7ba3d
2 changed files with 1 additions and 7 deletions

View File

@ -27,7 +27,7 @@ prism_line_numbers:
alias: prism alias: prism
mathjax: mathjax:
name: mathjax name: mathjax
version: 3.0.5 version: 3.1.0
file: es5/tex-mml-chtml.js file: es5/tex-mml-chtml.js
katex: katex:
name: katex name: katex

View File

@ -1,12 +1,6 @@
<script> <script>
if (typeof MathJax === 'undefined') { if (typeof MathJax === 'undefined') {
window.MathJax = { window.MathJax = {
loader: {
source: {
'[tex]/amsCd': '[tex]/amscd',
'[tex]/AMScd': '[tex]/amscd'
}
},
tex: { tex: {
inlineMath: {'[+]': [['$', '$']]}, inlineMath: {'[+]': [['$', '$']]},
tags: 'ams' tags: 'ams'