fix(editor): handle paired inline code input and complete markdown rendering

This commit is contained in:
2026-09-05 23:14:19 +08:00
parent a1ab1024f0
commit 6107b7ff1b
10 changed files with 317 additions and 2 deletions
+2
View File
@@ -36,6 +36,7 @@
"codemirror": "^6.0.0",
"dompurify": "^3.4.14",
"fflate": "^0.8.3",
"katex": "0.18.4",
"marked": "^15.0.0",
"mermaid": "^11.17.2",
"pinia": "^4.0.0",
@@ -46,6 +47,7 @@
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/katex": "0.16.8",
"@types/node": "^22.0.0",
"@types/semver": "^7.8.0",
"@vitejs/plugin-vue": "^5.0.0",