Files
tougao/vendor/phpoffice/math/docs/assets/mathjax.js
wangjinlei 881ac3e056 1
2024-07-17 09:23:45 +08:00

17 lines
332 B
JavaScript

window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex"
}
};
document$.subscribe(() => {
MathJax.typesetPromise()
})