import { type Options } from "https://deno.land/x/lume@v2.4.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.
When {{
, {#
, or {%
are seen in content, all source code until the subsequent matching closing }}
, #}
, or %}
respectively gets piped through untouched.
When <%
is seen in content, all source code until the subsequent matching closing %>
gets piped through untouched.