Using markdown-it instead of marked as the markdown parser significantly improves the flickering issue during message rendering.

This commit is contained in:
Rafi
2023-03-09 23:35:56 +08:00
parent 4cfc9f4aea
commit bb17cdd123
3 changed files with 44 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
"copy-to-clipboard": "^3.3.3",
"highlight.js": "^11.7.0",
"is-mobile": "^3.1.1",
"marked": "^4.2.12",
"markdown-it": "^13.0.1",
"nanoid": "^4.0.1",
"vuetify": "^3.0.6"
},