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
The results of beautification are not what I expect. Source:
<i /> <template> <i /> </template>
The beautified code should have looked like:
Atom Beautify: Beautify Editor
Here is a link to the debug.md Gist: https://gist.github.com/94f9ebc281dd0ab6945b56e413d8212f
debug.md
The text was updated successfully, but these errors were encountered:
A workaround to this is use Pretty Diff as Default Beautifier (Atom Settings -> Packages -> Atom Beautify -> HTML -> Default Beautifier)
Sorry, something went wrong.
Pretty Diff for the win! Thanks for letting us know @valdrinkoshi.
prettydiff
No branches or pull requests
Description
The results of beautification are not what I expect. Source:
Expected Results
The beautified code should have looked like:
Steps to Reproduce
Atom Beautify: Beautify Editor
Debug
Here is a link to the
debug.md
Gist: https://gist.github.com/94f9ebc281dd0ab6945b56e413d8212fChecklist
so I know this is not a duplicate issue
debug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: