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
|
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
|
||||||
|
|||||||
6
layout/_third-party/math/mathjax.njk
vendored
6
layout/_third-party/math/mathjax.njk
vendored
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user