We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the text I pasted into jsbeautify.com:
<!DOCTYPE html><html><head><meta charset="UTF-8"></head><body><h1>Hi!</h1></body></html>
After beautifying, most of the text is formatted and indented properly, except for the closing body tag.
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <h1>Hi!</h1></body> </html>
Basically, the </body> tag remains at the end of its line instead of moving down to a new line.
</body>
This issue also occurs in the Sublime-HTMLPrettify plugin (I earlier posted a bug report at victorporof/Sublime-HTMLPrettify#284).
The text was updated successfully, but these errors were encountered:
Also encountering this issue, which appears to have occurred between 1.5.4 and 1.5.5, in case that helps.
Sorry, something went wrong.
No branches or pull requests
Here's the text I pasted into jsbeautify.com:
After beautifying, most of the text is formatted and indented properly, except for the closing body tag.
Basically, the
</body>
tag remains at the end of its line instead of moving down to a new line.This issue also occurs in the Sublime-HTMLPrettify plugin (I earlier posted a bug report at victorporof/Sublime-HTMLPrettify#284).
The text was updated successfully, but these errors were encountered: