Files
hello-algo/javascripts/mathjax.js
krahets 5817118a68 deploy
2025-04-27 16:54:37 +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: 20250427165346 */