Skip to content
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

Unnestable elements should be auto-closed if nested #94

Closed
capricorn86 opened this issue Oct 6, 2020 · 0 comments
Closed

Unnestable elements should be auto-closed if nested #94

capricorn86 opened this issue Oct 6, 2020 · 0 comments
Assignees

Comments

@capricorn86
Copy link
Owner

capricorn86 commented Oct 6, 2020

Expected
<li><li></li></li> => <li></li><li></li>

Actual
<li><li></li></li> => <li><li></li></li>

@capricorn86 capricorn86 self-assigned this Oct 6, 2020
capricorn86 added a commit that referenced this issue Oct 6, 2020
… parser. Unnestable tag names like <a> and <li> will be auto-closed if nested.
capricorn86 added a commit that referenced this issue Oct 6, 2020
…hould-be-autoclosed

#94@patch: Adds support for handling unnestable elements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant