🎨 Backlink contain children by default

This commit is contained in:
Daniel
2025-01-05 00:56:37 +08:00
parent 905403ba10
commit d3ba886b7a

View File

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