feat: enhance markdown rendering with GFM plugins and image handling

This commit is contained in:
Mauricio Siu
2025-03-02 17:12:46 -06:00
parent 7741c94d0b
commit b19d453682
5 changed files with 40 additions and 81 deletions

View File

@@ -41,11 +41,5 @@
"resolutions": {
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
},
"dependencies": {
"prism-react-renderer": "^2.4.1",
"react-markdown": "^10.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1"
}
}