Skip to main content

parse_html_str_opts

Function parse_html_str_opts 

Source
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.