Update ext.SimpleMathJax.js

这个提交包含在:
Jmnote 2021-01-01 20:51:02 +09:00 提交者 GitHub
父节点 387be32103
当前提交 99f32fbc30
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -1,3 +1,4 @@
mw.hook( 'wikipage.categories' ).add( function ( $content ) {
window.MathJax = {
tex: {
inlineMath: mw.config.get('wgSmjExtraInlineMath').concat([['[math]','[/math]']]),
@ -130,3 +131,4 @@ window.MathJax = {
script.async = true;
document.head.appendChild(script);
})();
});