From bb17cdd123153f1425c8a23582b179420566b2e0 Mon Sep 17 00:00:00 2001 From: Rafi Date: Thu, 9 Mar 2023 23:35:56 +0800 Subject: [PATCH] Using markdown-it instead of marked as the markdown parser significantly improves the flickering issue during message rendering. --- components/MsgContent.vue | 21 ++++++++++----------- package.json | 2 +- yarn.lock | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 12 deletions(-) diff --git a/components/MsgContent.vue b/components/MsgContent.vue index 29ddd3d..6d25412 100644 --- a/components/MsgContent.vue +++ b/components/MsgContent.vue @@ -1,14 +1,15 @@