p, pre, br, b, img, separator, i, u, small, mark, code tags
This commit is contained in:
@@ -69,4 +69,4 @@ func _log_element_tree(element: HTMLParser.HTMLElement, depth: int):
|
||||
_log_result(element_info)
|
||||
|
||||
for child in element.children:
|
||||
_log_element_tree(child, depth + 1)
|
||||
_log_element_tree(child, depth + 1)
|
||||
|
||||
Reference in New Issue
Block a user