Files
hello-algo/javascripts/mathjax.js
krahets 4045471c84 deploy
2025-07-10 07:14:51 +08:00

19 lines
364 B
JavaScript

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