mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 05:48: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
|
|
@ -608,7 +608,7 @@ func buildLinkRefs(defRootID string, refs []*sql.Ref, keywords []string) (ret []
|
|||
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