# Functions
NewNode create new node by embedding html.Node "el".
NormalizeForID given an input string normalize it to HTML ID.
Parse returns the NodeIterator to iterate through HTML tree.
Sanitize the content of HTML into plain text.
# Structs
Node extends the html.Node.
NodeIterator simplify iterating each node from top to bottom.