From 61ab0ffd687563090ea627a229c1acb068e6f203 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 18 May 2023 10:26:15 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/8296 --- app/src/layout/dock/Inbox.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/layout/dock/Inbox.ts b/app/src/layout/dock/Inbox.ts index d42078eff..6df669526 100644 --- a/app/src/layout/dock/Inbox.ts +++ b/app/src/layout/dock/Inbox.ts @@ -181,7 +181,7 @@ export class Inbox extends Model { ${data.shorthandTitle} ${linkHTML} -
+
${(Lute.New()).MarkdownStr("", data.shorthandContent)}
`; /// #else @@ -196,7 +196,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
${linkHTML} -
+
${(Lute.New()).MarkdownStr("", data.shorthandContent)}
`; /// #endif