pub fn parse_html_str_opts(
input: &str,
opts: &HtmlParseOptions,
) -> Result<Document>Expand description
Parse an HTML string into the arena DOM with explicit options.
pub fn parse_html_str_opts(
input: &str,
opts: &HtmlParseOptions,
) -> Result<Document>Parse an HTML string into the arena DOM with explicit options.