mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Update MathJax CDN URL
This commit is contained in:
parent
b63c60fccf
commit
09f0f7ba3d
@ -27,7 +27,7 @@ prism_line_numbers:
|
||||
alias: prism
|
||||
mathjax:
|
||||
name: mathjax
|
||||
version: 3.0.5
|
||||
version: 3.1.0
|
||||
file: es5/tex-mml-chtml.js
|
||||
katex:
|
||||
name: katex
|
||||
|
||||
6
layout/_third-party/math/mathjax.njk
vendored
6
layout/_third-party/math/mathjax.njk
vendored
@ -1,12 +1,6 @@
|
||||
<script>
|
||||
if (typeof MathJax === 'undefined') {
|
||||
window.MathJax = {
|
||||
loader: {
|
||||
source: {
|
||||
'[tex]/amsCd': '[tex]/amscd',
|
||||
'[tex]/AMScd': '[tex]/amscd'
|
||||
}
|
||||
},
|
||||
tex: {
|
||||
inlineMath: {'[+]': [['$', '$']]},
|
||||
tags: 'ams'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user