Added markdown render

This commit is contained in:
Gnarwhal 2024-09-19 19:21:58 +01:00
parent ce9a9c5915
commit 951760b619
Signed by: Gnarwhal
GPG key ID: 80DB5B37E4C96776
8 changed files with 130 additions and 47 deletions

View file

@ -13,7 +13,9 @@
"next": "^14.2.12",
"prism-react-renderer": "^2.4.0",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0"
},
"devDependencies": {
"@types/node": "^20",