🎨 Improve indexing

This commit is contained in:
Daniel
2025-01-11 16:49:46 +08:00
parent b62384428b
commit 4102e371f5

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
}