feat: support latex rendering

This commit is contained in:
jinhojang6
2024-09-24 04:32:35 +09:00
parent 1788712c98
commit 6db93e1753
5 changed files with 108 additions and 3 deletions

View File

@@ -28,11 +28,14 @@
"clone-git-repo": "^0.0.2",
"clsx": "^1.2.1",
"dotenv": "^16.4.5",
"hast-util-is-element": "1.1.0",
"mkdirp": "^3.0.1",
"ncp": "^2.0.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype-katex": "5",
"remark-math": "3",
"sass": "^1.62.1",
"tsdx": "^0.14.1"
},