chore: markdown parser调整
Showing
... | @@ -19,16 +19,17 @@ | ... | @@ -19,16 +19,17 @@ |
"@icon-park/vue-next": "^1.4.2", | "@icon-park/vue-next": "^1.4.2", | ||
"@iconify/vue": "^4.1.2", | "@iconify/vue": "^4.1.2", | ||
"@microsoft/fetch-event-source": "^2.0.1", | "@microsoft/fetch-event-source": "^2.0.1", | ||
"@traptitech/markdown-it-katex": "^3.6.0", | |||
"@unocss/reset": "^0.61.9", | "@unocss/reset": "^0.61.9", | ||
"@vueuse/core": "^10.11.1", | "@vueuse/core": "^10.11.1", | ||
"axios": "^1.7.7", | "axios": "^1.7.7", | ||
"clipboardy": "^4.0.0", | "clipboardy": "^4.0.0", | ||
"dayjs": "^1.11.13", | "dayjs": "^1.11.13", | ||
"dompurify": "^3.2.0", | |||
"github-markdown-css": "^5.7.0", | |||
"highlight.js": "^11.10.0", | "highlight.js": "^11.10.0", | ||
"lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
"markdown-it": "^14.1.0", | "marked": "^15.0.0", | ||
"markdown-it-link-attributes": "^4.0.1", | "marked-highlight": "^2.2.1", | ||
"mitt": "^3.0.1", | "mitt": "^3.0.1", | ||
"nanoid": "^5.0.7", | "nanoid": "^5.0.7", | ||
"pinia": "^2.2.2", | "pinia": "^2.2.2", | ||
... | @@ -45,8 +46,6 @@ | ... | @@ -45,8 +46,6 @@ |
"@commitlint/types": "^19.5.0", | "@commitlint/types": "^19.5.0", | ||
"@intlify/unplugin-vue-i18n": "^4.0.0", | "@intlify/unplugin-vue-i18n": "^4.0.0", | ||
"@types/lodash-es": "^4.17.12", | "@types/lodash-es": "^4.17.12", | ||
"@types/markdown-it": "^14.1.2", | |||
"@types/markdown-it-link-attributes": "^3.0.5", | |||
"@types/node": "^20.16.5", | "@types/node": "^20.16.5", | ||
"@types/spark-md5": "^3.0.4", | "@types/spark-md5": "^3.0.4", | ||
"@types/validator": "^13.12.2", | "@types/validator": "^13.12.2", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment