Module html_normalize

Source
Expand description

AST HTML canonicalization.

This should really be implemented using the HTML AST; but it’s easier using the frontend AST instead, since we don’t need to replicate AST utilities.

Functions§

annotate_heading_nodes
html_canonicalization
Internal