Downgrade KaTeX because the output is broken

This commit is contained in:
2022-03-28 02:27:57 +00:00
parent a277542d9b
commit 796efcea28
3 changed files with 19 additions and 19 deletions

View File

@@ -9,6 +9,6 @@
"dependencies": {
"body-parser": "^1.19.2",
"express": "^4.17.3",
"katex": "^0.15.3"
"katex": "~0.11.1"
}
}