import { type Options } from "https://dotland.deno.dev/x/lume@v2.3.2/deps/minify_html.ts";
Properties
Ensure all unquoted attribute values in the output do not contain any characters prohibited by the WHATWG specification.
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.