From d3ba886b7a626e3a0ba1a7e19d6dedbcc4c83341 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 5 Jan 2025 00:56:37 +0800 Subject: [PATCH] :art: Backlink contain children by default --- kernel/conf/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/editor.go b/kernel/conf/editor.go index 607a0e912c4..cffeb053478 100644 --- a/kernel/conf/editor.go +++ b/kernel/conf/editor.go @@ -87,7 +87,7 @@ func NewEditor() *Editor { RTL: false, BacklinkExpandCount: 8, BackmentionExpandCount: -1, - BacklinkContainChildren: false, + BacklinkContainChildren: true, Markdown: util.MarkdownSettings, } }