You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above example the B is an "unformatted" tag. What you are seeing is a bug, but is already heavily reported. See #840, #841, and the issues linked from them.
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Nothing changes. However, if I alter the
<IMG>
tag inside of<A>
it always snaps back to the correct indentation.Steps to Reproduce
copy paste the above code and see the result in http://jsbeautifier.org/
Settings
default setup in http://jsbeautifier.org/
The text was updated successfully, but these errors were encountered: