Clean up broken duckquill submodule references
This commit is contained in:
parent
84c80eceaa
commit
0d597798c8
322 changed files with 30223 additions and 4137 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