feat: add Shiki syntax highlighting to markdown via rehype-pretty-code

This commit is contained in:
2026-04-22 00:12:03 +02:00
parent 4e8975d947
commit fb3718cf12
4 changed files with 176 additions and 17 deletions

View File

@@ -28,7 +28,9 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^9.0.1",
"rehype-pretty-code": "^0.14.3",
"remark-gfm": "^4.0.0",
"shiki": "^4.0.2",
"tailwindcss": "^4.1.18",
"use-debounce": "^10.1.0"
},