Description
Cleans HTML content using the cleaner separated from the lxml project. It helps Python applications remove or filter unwanted markup before storing, displaying, or converting HTML.
HTML cleaning is security-sensitive. Developers should still validate the allowed tags, attributes, URLs, and rendering context instead of assuming every cleaned document is safe.