mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
♻️ 移除旧版中的行级元素实现代码 https://github.com/siyuan-note/siyuan/issues/6819
This commit is contained in:
parent
fb1c002500
commit
b3599ee150
6 changed files with 4 additions and 24 deletions
|
|
@ -700,7 +700,7 @@ func query2Stmt(queryStr string) (ret string) {
|
|||
if !entering {
|
||||
return ast.WalkContinue
|
||||
}
|
||||
if ast.NodeTag == n.Type || (n.IsTextMarkType("tag")) {
|
||||
if n.IsTextMarkType("tag") {
|
||||
tags = append(tags, n.Text())
|
||||
}
|
||||
return ast.WalkContinue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue