feat: Add code highlighting feature to the rich text editor
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 26s

This commit is contained in:
2025-10-22 10:49:39 +08:00
parent f29f53dec6
commit 654f313ae9
8 changed files with 157 additions and 3 deletions

View File

@@ -16,9 +16,11 @@
"@lexical/rich-text": "^0.37.0",
"@lexical/selection": "^0.37.0",
"@lexical/utils": "^0.37.0",
"@types/prismjs": "^1.26.5",
"i18next": "^25.5.3",
"i18next-browser-languagedetector": "^8.2.0",
"lexical": "^0.37.0",
"prismjs": "^1.30.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^16.0.0",