löten leuchten
This commit is contained in:
parent
98d803929a
commit
88c564f467
2662 changed files with 195168 additions and 12 deletions
8
public/katex-init.js
Normal file
8
public/katex-init.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
document.addEventListener("DOMContentLoaded", function () {
|
||||
renderMathInElement(document.body, {
|
||||
delimiters: [
|
||||
{ left: "$$", right: "$$", display: true },
|
||||
{ left: "$", right: "$", display: false },
|
||||
],
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue