Skip to main content

standardize_all

Function standardize_all 

Source
pub fn standardize_all(html: &str, title: Option<&str>) -> String
Expand 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.