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, } }