pub fn parse_html_bytes_opts(
input: &[u8],
opts: &HtmlParseOptions,
) -> Result<Document>Expand description
Parse HTML bytes into the arena DOM with explicit options.
pub fn parse_html_bytes_opts(
input: &[u8],
opts: &HtmlParseOptions,
) -> Result<Document>Parse HTML bytes into the arena DOM with explicit options.