This commit is contained in:
krahets
2026-03-29 02:26:07 +08:00
parent 7dd4d5d9b4
commit 9e8c0cb36c
1209 changed files with 579306 additions and 4338 deletions
+11
View File
@@ -0,0 +1,11 @@
document$.subscribe(({ body }) => {
renderMathInElement(body, {
delimiters: [
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: false },
{ left: "\\(", right: "\\)", display: false },
{ left: "\\[", right: "\\]", display: true },
],
});
});
/*! update cache: 20260329022151 */