swc/crates/swc_html_codegen/tests/fixture/indent-head-and-body/output.min.html

10 lines
122 B
HTML

<!doctype html><head>
<title>Test</title>
</head>
<body>
<h1>Test</h1>
<p>Test</p>