pub fn parse_html_extended(html: &str, commonmark: bool) -> String
Expand description
Same as parse_html
but retains all “span” html elements intact
Markdown parsers usually strip them down when rendering but they
may be useful for later processing.