Add KaTeX support

This commit is contained in:
Hendrik Eeckhaut
2025-05-13 21:36:02 +02:00
parent e4101bdd79
commit 7dd42235cc
5 changed files with 343 additions and 2 deletions

View File

@@ -21,7 +21,9 @@
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.7.0",