We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905403b commit d3ba886Copy full SHA for d3ba886
kernel/conf/editor.go
@@ -87,7 +87,7 @@ func NewEditor() *Editor {
87
RTL: false,
88
BacklinkExpandCount: 8,
89
BackmentionExpandCount: -1,
90
- BacklinkContainChildren: false,
+ BacklinkContainChildren: true,
91
Markdown: util.MarkdownSettings,
92
}
93
0 commit comments