mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50: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)
|
||||
attributes = append(attributes, attrs...)
|
||||
walkStatus = ast.WalkContinue
|
||||
logging.LogWarnf("inline HTML [%s] is converted to HTML block ", n.Tokens)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue