commonjs-html-prettyprinter icon indicating copy to clipboard operation
commonjs-html-prettyprinter copied to clipboard

Don't add extra lines around the <head> and <body> tags

Open specious opened this issue 3 years ago • 0 comments

Most people are probably not looking to add extra spaces around the <head> and <body> tags.

It was doing this:

<html>

  <head>
  </head>

  <body>
  </body>

</html>

Perhaps it could be an option, but certainly not default behavior.

specious avatar Aug 06 '21 19:08 specious