feat: add remark-gfm for enhanced markdown support and implement custom table components

This commit is contained in:
Abhimanyu Saharan
2026-02-06 19:48:11 +05:30
parent c7f3681b9d
commit eeec029ab4
3 changed files with 364 additions and 25 deletions

View File

@@ -24,6 +24,7 @@
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"recharts": "^3.7.0"
},
"devDependencies": {