feat(highlight): add syntax highlighting

- Add syntax highlighting with [highlight.js](https://highlightjs.org/)

Signed-off-by: minicx <minicx@disroot.org>
This commit is contained in:
minicx 2024-12-13 01:56:31 +03:00
parent 2c5ca94b3c
commit 901c27a3f1
4 changed files with 39 additions and 0 deletions

View file

@ -16,6 +16,7 @@
"@langchain/openai": "^0.0.25",
"@tailwindcss/typography": "^0.5.12",
"clsx": "^2.1.0",
"highlight.js": "^11.10.0",
"langchain": "^0.1.30",
"lucide-react": "^0.363.0",
"markdown-to-jsx": "^7.6.2",