swc/crates/swc_html_codegen/tests/options/indent_width/output.html

11 lines
102 B
HTML
Raw Normal View History

2022-04-04 07:12:45 +03:00
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>