mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🎨 Backlink contain children by default
This commit is contained in:
parent
905403ba10
commit
d3ba886b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ func NewEditor() *Editor {
|
||||||
RTL: false,
|
RTL: false,
|
||||||
BacklinkExpandCount: 8,
|
BacklinkExpandCount: 8,
|
||||||
BackmentionExpandCount: -1,
|
BackmentionExpandCount: -1,
|
||||||
BacklinkContainChildren: false,
|
BacklinkContainChildren: true,
|
||||||
Markdown: util.MarkdownSettings,
|
Markdown: util.MarkdownSettings,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue