pub fn html_to_structured(html: &str, base_url: &str) -> StructuredDocExpand description
Build a structured document. Each non-empty line of the reference-style text becomes a paragraph block; references are carried alongside.
pub fn html_to_structured(html: &str, base_url: &str) -> StructuredDocBuild a structured document. Each non-empty line of the reference-style text becomes a paragraph block; references are carried alongside.