pub fn standardize_all(html: &str, title: Option<&str>) -> StringExpand description
Run the full standardization pipeline on HTML content.
This normalizes vendor-specific HTML (code blocks, headings, images, footnotes, math) into canonical forms before markdown conversion.