Render tables in conversation

This commit is contained in:
Alexander Deshkevich
2023-11-02 18:51:15 -03:00
parent ae5e484506
commit 1e7741e341
3 changed files with 346 additions and 2 deletions

View File

@@ -28,7 +28,8 @@
"react-markdown": "^8.0.7",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-syntax-highlighter": "^15.5.0"
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.0.27",