feat: Add support for mathematical equations in Markdown

This commit is contained in:
Kom Senapati
2024-10-02 03:59:24 +00:00
parent 19315f72a0
commit ab77c4e616
3 changed files with 411 additions and 5 deletions

View File

@@ -35,7 +35,9 @@
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0"
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@types/react": "^18.0.27",