Skip to content

Commit ed1b2a9

Browse files
Update package.json
add math package
1 parent 08b9167 commit ed1b2a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docusaurus-docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"clsx": "^2.0.0",
2323
"prism-react-renderer": "^2.3.0",
2424
"react": "^19.0.0",
25-
"react-dom": "^19.0.0"
25+
"react-dom": "^19.0.0",
26+
"rehype-katex": "^7.0.1",
27+
"remark-math": "^6.0.0"
2628
},
2729
"devDependencies": {
2830
"@docusaurus/module-type-aliases": "3.9.2",

0 commit comments

Comments
 (0)