pub fn parse_html_with_max_depth( bytes: &[u8], max_depth: usize, ) -> Result<HtmlValue<'_>, HtmlError>