🎨 Clean code

This commit is contained in:
Liang Ding 2022-12-05 23:00:12 +08:00
parent 74453a20bb
commit 34c7fd5171
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -886,7 +886,7 @@ func markReplaceSpan(n *ast.Node, unlinks *[]*ast.Node, keywords []string, markS
return true
}
} else if ast.NodeTextMark == n.Type {
// 搜索结果高亮支持大部分行级元素 https://github.com/siyuan-note/siyuan/issues/6745
// TODO 搜索结果高亮支持大部分行级元素 https://github.com/siyuan-note/siyuan/issues/6745
}
return false
}