mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
Implement syntax highlighting for markdown code blocks using Prism.js
Co-authored-by: alexmickelson <43245625+alexmickelson@users.noreply.github.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"@trpc/react-query": "11.4.3",
|
||||
"@trpc/server": "11.4.3",
|
||||
"@trpc/tanstack-react-query": "^11.4.3",
|
||||
"@types/prismjs": "^1.26.5",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/parser": "^8.37.0",
|
||||
"chokidar": "^4.0.3",
|
||||
@@ -32,6 +33,7 @@
|
||||
"marked-katex-extension": "^5.1.5",
|
||||
"mcp-handler": "^1.0.0",
|
||||
"next": "^15.3.5",
|
||||
"prismjs": "^1.30.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"socket.io": "^4.8.1",
|
||||
|
||||
Reference in New Issue
Block a user