pub fn sniff(chunk: &[u8]) -> Format
Peek at the first chunk to determine whether it looks like HTML. Returns Format::Html if the first non-whitespace byte is <.
Format::Html
<