Zenacy HTML is an HTML parsing and processing library that implements the
WHATWG HTML parsing standard. The standard is described as a state machine
that this library implements exactly as spelled out including all the error
handling, recovery, and conformance checks that makes it robust in handling
any HTML pulled from the web. In addition to parsing, the library provides
many processing features to help extract information from web pages or
rewrite them and render the modified results.