From abcaa5aedb440021b7affd403c5a432bbb649687 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Mon, 18 Nov 2024 15:27:39 -0500 Subject: [PATCH] feat(web): support markdown in notification messages --- web/components/Notifications/Item.vue | 36 ++++++++++++++++----------- web/helpers/markdown.ts | 13 ++++++++++ web/package-lock.json | 7 ++++++ web/package.json | 1 + 4 files changed, 43 insertions(+), 14 deletions(-) create mode 100644 web/helpers/markdown.ts diff --git a/web/components/Notifications/Item.vue b/web/components/Notifications/Item.vue index 143b1dc00..f4293a470 100644 --- a/web/components/Notifications/Item.vue +++ b/web/components/Notifications/Item.vue @@ -1,39 +1,47 @@