🎨 Improve indexing

This commit is contained in:
Daniel 2025-01-11 16:49:46 +08:00
parent b62384428b
commit 4102e371f5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}