pub fn html_to_text(html: &str) -> Result<String, ParseError>Expand description
Convert the provided html into a text representation maintaining
the newlines that would be produced by block elements
pub fn html_to_text(html: &str) -> Result<String, ParseError>Convert the provided html into a text representation maintaining
the newlines that would be produced by block elements