Description
Small HTML parsing tasks can use a minimal parser instead of a full browser-like stack. Developers use this module for simple extraction, token inspection, or legacy code that only needs bare-bones markup handling. It is not a complete HTML5 parser and should not be treated as a sanitizer.