feat: integrate MarkdownIt for rendering messages and update styles in message components

This commit is contained in:
mlogclub
2026-04-14 15:11:00 +08:00
parent aa7f94e08f
commit d30cf5f234
6 changed files with 44 additions and 40 deletions
+2
View File
@@ -17,6 +17,7 @@
"@tiptap/starter-kit": "^3.20.2",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"markdown-it": "^14.1.1",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
@@ -26,6 +27,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",