-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bad indent level(HTML) #1213
Milestone
Comments
@da0ka - And what was the actual and expected output? |
I hope below. <ul> <li>ab <li>cd </ul> <dl> <dt>ef <dt>gh </dl> |
And currently, it comes out like this on jsbeautifier.org:
Yuck. |
Please notice the first list item tag is il instead of li, which is likely the problem here. |
@prettydiff - Good catch, but same output. I've edited to fix. |
Output in 1.8.7: <ul>
<li>ab
<li>cd
</ul>
<dl><dt>ef<dt>gh</dt></dl> Getting better all the time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for example
input:
<ul><li>ab<li>cd</ul><dl><dt>ef<dt>gh</dt></dl>
The text was updated successfully, but these errors were encountered: