Skip to content

Commit d3ba886

Browse files
committed
🎨 Backlink contain children by default
1 parent 905403b commit d3ba886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/conf/editor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func NewEditor() *Editor {
8787
RTL: false,
8888
BacklinkExpandCount: 8,
8989
BackmentionExpandCount: -1,
90-
BacklinkContainChildren: false,
90+
BacklinkContainChildren: true,
9191
Markdown: util.MarkdownSettings,
9292
}
9393
}

0 commit comments

Comments
 (0)