added Table support

This commit is contained in:
2026-06-16 08:35:35 +03:00
parent 0f2827030b
commit 7f1516c9c9
5 changed files with 365 additions and 4 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.28.0"
"react-router-dom": "^6.28.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/react": "^18.3.12",