Files
hello-algo/javascripts/mathjax.js
krahets 0c27a40274 deploy
2025-04-10 19:29:02 +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: 20250410192343 */