We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c24d0 commit 072e6eaCopy full SHA for 072e6ea
packages/pranx/src/build/generate_html_template.ts
@@ -46,5 +46,6 @@ export const generate_html_template = ({
46
removeRedundantAttributes: "smart",
47
quotes: true,
48
selfClosingVoidElements: false,
49
+ tagOmission: "keep-head-and-body",
50
}).code;
51
};
0 commit comments