feat: improve release notes markdown rendering (#148)
- Add react-markdown and remark-gfm for proper markdown parsing - Add @tailwindcss/typography plugin for prose styling - Replace plain text rendering with custom ReactMarkdown components - Headers now render with proper sizing and hierarchy - Lists display with bullets and proper indentation - Links are clickable and styled appropriately - Emojis render correctly - Maintain dark mode compatibility
This commit is contained in:
committed by
GitHub
parent
efa924cb82
commit
67ac02ea1a
@@ -25,6 +25,7 @@
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"@t3-oss/env-nextjs": "^0.13.8",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tanstack/react-query": "^5.90.3",
|
||||
"@trpc/client": "^11.6.0",
|
||||
"@trpc/react-query": "^11.6.0",
|
||||
@@ -44,8 +45,10 @@
|
||||
"node-pty": "^1.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-syntax-highlighter": "^15.6.6",
|
||||
"refractor": "^5.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"server-only": "^0.0.1",
|
||||
"strip-ansi": "^7.1.2",
|
||||
"superjson": "^2.2.1",
|
||||
|
||||
Reference in New Issue
Block a user