Fix choice katex/mathjax switch

Fixes 
This commit is contained in:
slashformotion 2021-08-21 15:56:16 +02:00
commit 6bc21de118
6 changed files with 5 additions and 20 deletions
static/js

View file

@ -1,12 +0,0 @@
renderMathInElement(
document.body,
{
delimiters: [
{ left: "$$", right: "$$", display: true },
{ left: "\\[", right: "\\]", display: true },
{ left: "$", right: "$", display: false },
{ left: "\\(", right: "\\)", display: false }
],
displayMode: true
}
);