mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 06:18:49 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
5a3ad845d2
commit
2dbef55788
3 changed files with 3 additions and 3 deletions
|
|
@ -650,7 +650,7 @@ func buildBacklinkListItemRefs(refDefs []*RefDefs) (originalRefBlockIDs map[stri
|
|||
continue
|
||||
}
|
||||
|
||||
if "NodeListItem" == parent.Type || "NodeBlockquote" == parent.Type || "NodeSuperBlock" == parent.Type {
|
||||
if "NodeListItem" == parent.Type || "NodeBlockquote" == parent.Type || "NodeSuperBlock" == parent.Type || "NodeCallout" == parent.Type {
|
||||
refBlock := parentRefParagraphs[parent.ID]
|
||||
if nil == refBlock {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue