pub fn is_html(content: &str) -> bool
Detect whether content looks like HTML.
Examines the first 1024 characters for HTML markers: doctype declarations, <html>, <head>+<body>, XML processing instructions, or paired tags.
<html>
<head>
<body>