This commit is contained in:
Aron Petau 2025-05-17 17:22:24 +02:00
parent 0b644a5600
commit 1aefdf8ce6
2648 changed files with 194938 additions and 0 deletions

8
public/katex-init.js Normal file
View file

@ -0,0 +1,8 @@
document.addEventListener("DOMContentLoaded", function () {
renderMathInElement(document.body, {
delimiters: [
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: false },
],
});
});