🎨 Backlink contain children by default

This commit is contained in:
Daniel 2025-01-05 00:56:37 +08:00
parent 905403ba10
commit d3ba886b7a
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -87,7 +87,7 @@ func NewEditor() *Editor {
RTL: false,
BacklinkExpandCount: 8,
BackmentionExpandCount: -1,
BacklinkContainChildren: false,
BacklinkContainChildren: true,
Markdown: util.MarkdownSettings,
}
}