update folder structure of docs

This commit is contained in:
Sina Atalay
2024-02-18 20:10:19 +01:00
parent 1653ec38db
commit 220cdac833
10 changed files with 9 additions and 95 deletions

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 }
],
})
})