Skip to content

Commit

Permalink
🎨 Backlink contain children by default
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 4, 2025
1 parent 905403b commit d3ba886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/conf/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func NewEditor() *Editor {
RTL: false,
BacklinkExpandCount: 8,
BackmentionExpandCount: -1,
BacklinkContainChildren: false,
BacklinkContainChildren: true,
Markdown: util.MarkdownSettings,
}
}

0 comments on commit d3ba886

Please sign in to comment.