Files
hello-algo/javascripts/mathjax.js
krahets 11781447e8 deploy
2025-04-27 15:45:43 +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: 20250427154024 */