Files
krahets ea4ae128df deploy
2025-05-17 17:59:47 +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: 20250517175714 */