mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
🎨 Improve indexing
This commit is contained in:
parent
b62384428b
commit
4102e371f5
1 changed files with 1 additions and 0 deletions
|
|
@ -749,6 +749,7 @@ func buildSpanFromNode(n *ast.Node, tree *parse.Tree, rootID, boxID, p string) (
|
||||||
blocks = append(blocks, b)
|
blocks = append(blocks, b)
|
||||||
attributes = append(attributes, attrs...)
|
attributes = append(attributes, attrs...)
|
||||||
walkStatus = ast.WalkContinue
|
walkStatus = ast.WalkContinue
|
||||||
|
logging.LogWarnf("inline HTML [%s] is converted to HTML block ", n.Tokens)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue