pub fn decode_html_bytes(
input: &[u8],
opts: &HtmlDecodeOptions,
) -> Result<(MarkupDoc, MarkupFidelity), MarkupError>Expand description
Decode HTML bytes with HTTP/document charset precedence and replacement warnings.
pub fn decode_html_bytes(
input: &[u8],
opts: &HtmlDecodeOptions,
) -> Result<(MarkupDoc, MarkupFidelity), MarkupError>Decode HTML bytes with HTTP/document charset precedence and replacement warnings.