revert mathjax script
This commit is contained in:
parent
dcf9e7b4e2
commit
8a9da6ff0c
1 changed files with 0 additions and 22 deletions
|
@ -48,25 +48,3 @@
|
||||||
}, 0);
|
}, 0);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script>
|
|
||||||
MathJax = {
|
|
||||||
tex: {
|
|
||||||
inlineMath: [['\(', '\)'],['$','$']],
|
|
||||||
displayMath: [['$$','$$']],
|
|
||||||
processEscapes: true,
|
|
||||||
processEnvironments: true,
|
|
||||||
tags: 'ams'
|
|
||||||
},
|
|
||||||
options: {
|
|
||||||
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
|
|
||||||
},
|
|
||||||
chtml: {
|
|
||||||
mtextInheritFont: false,
|
|
||||||
matchFontHeight: false
|
|
||||||
},
|
|
||||||
loader: {
|
|
||||||
load: ['ui/lazy']
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
<script id="MathJax-script" async src="/mathjax/tex-chtml.js"></script>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue