|
@@ -14,6 +14,7 @@
|
|
|
"highlight.js": "^11.9.0",
|
|
|
"load-awesome": "^1.1.0",
|
|
|
"markdown-it": "^14.1.0",
|
|
|
+ "markdown-it-katex": "^2.0.3",
|
|
|
"markdown-it-latex": "^0.2.0",
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
|
"naive-ui": "^2.38.2",
|
|
@@ -4189,6 +4190,25 @@
|
|
|
"markdown-it": "bin/markdown-it.mjs"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/markdown-it-katex": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/markdown-it-katex/-/markdown-it-katex-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-nUkkMtRWeg7OpdflamflE/Ho/pWl64Lk9wNBKOmaj33XkQdumhXAIYhI0WO03GeiycPCsxbmX536V5NEXpC3Ng==",
|
|
|
+ "dependencies": {
|
|
|
+ "katex": "^0.6.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/markdown-it-katex/node_modules/katex": {
|
|
|
+ "version": "0.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/katex/-/katex-0.6.0.tgz",
|
|
|
+ "integrity": "sha512-rS4mY3SvHYg5LtQV6RBcK0if7ur6plyEukAOV+jGGPqFImuzu8fHL6M752iBmRGoUyF0bhZbAPoezehn7xYksA==",
|
|
|
+ "dependencies": {
|
|
|
+ "match-at": "^0.1.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "katex": "cli.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/markdown-it-latex": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/markdown-it-latex/-/markdown-it-latex-0.2.0.tgz",
|