import { type Options } from "https://deno.land/x/lume@v1.16.1/deps/minify_html.ts";
Properties
Do not minify DOCTYPEs. Minified DOCTYPEs may not be spec compliant.
Ensure all unquoted attribute values in the output do not contain any characters prohibited by the WHATWG specification.
Do not omit <html>
and <head>
opening tags when they don't have attributes.
Keep spaces between attributes when possible to conform to HTML standards.