feat: add programming language highlighting for markdown syntax (#129)

This commit is contained in:
balibabu
2024-03-18 18:39:00 +08:00
committed by GitHub
parent 0e2aff2a48
commit c1734be59d
3 changed files with 211 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
"react-markdown": "^9.0.1",
"react-pdf-highlighter": "^6.1.0",
"react-string-replace": "^1.1.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"umi": "^4.0.90",
"umi-request": "^1.4.0",
@@ -40,6 +41,7 @@
"@types/lodash": "^4.14.202",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.8",
"@umijs/lint": "^4.1.1",
"@umijs/plugins": "^4.1.0",