atom-beautify/examples/nested-jsbeautifyrc/html/expected/test.html

15 lines
149 B
HTML
Raw Normal View History

2014-05-19 00:04:56 -06:00
<!doctype html>
<html>
2016-07-06 11:58:28 -06:00
<head>
<title>Test Page</title>
</head>
2014-05-19 00:04:56 -06:00
2016-07-06 11:58:28 -06:00
<body>
<h1>Hello</h1>
<p>
World!
</p>
</body>
2014-05-19 00:04:56 -06:00
</html>