mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-04 03:14:09 +08:00
19 lines
364 B
JavaScript
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: 20260102021303 */
|