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

15 lines
239 B
HTML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
2016-07-06 11:58:28 -06:00
<head>
<title>Test</title>
</head>
2016-07-06 11:58:28 -06:00
<body>
<ul>
2016-07-06 11:58:28 -06:00
<li><code>foo:bar</code></li>
</ul>
</body>
2016-07-06 11:58:28 -06:00
</html>