feat: enhance code block rendering with dynamic formatting and highlighting

This commit is contained in:
Mauricio Siu
2025-03-02 20:28:42 -06:00
parent 8ba62e0800
commit 3dd7ff1ee8
5 changed files with 126 additions and 49 deletions

View File

@@ -6,12 +6,13 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p 3001",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"hast-util-to-jsx-runtime": "2.3.5",
"@headlessui/react": "^2.2.0",
"@headlessui/tailwindcss": "^0.2.0",
"@radix-ui/react-accordion": "^1.2.1",