feat: add syntax highlighting for code blocks in blog posts

This commit is contained in:
Mauricio Siu
2025-03-02 15:50:36 -06:00
parent 01d974688e
commit 2f6455027a
6 changed files with 533 additions and 27 deletions

View File

@@ -43,6 +43,7 @@
"@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"