-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
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
HTML beautifying not working #1498
Comments
Seems related to beautifier/js-beautify#1103. Maybe we can close this one |
Agreed, closing. |
This has been resolved by the 3rd party. Any chance of publishing with correct reference to js-beautify? |
Can we get this updated as @larsandreasness says? Seems silly to not have the latest fixes from js- beautify Edit: I reinstalled the package and that seems to fix it. |
Reinstalling Feel free to submit a Pull Request to update the version numbers in the package.json, however it would be a tedious process to try and stay up to date and publish a new release for every single dependency in the package.json 😉 . |
Description
The results of beautification are not what I expect.
Input Before Beautification
This is what the code looked like before:
Expected Output
The beautified code should have looked like this:
Actual Output
The beautified code actually looked like this:
Steps to Reproduce
Atom Beautify: Beautify Editor
Note: It doesn't matter if
wrap_attributes
is set toforce
orauto
Debug
Here is a link to the
debug.md
Gist: https://gist.github.com/nivv/737386623d093b42df615da6ad401037Checklist
I have:
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: