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

fix: self closing tags #203

Merged
merged 1 commit into from
Sep 16, 2023
Merged

fix: self closing tags #203

merged 1 commit into from
Sep 16, 2023

Conversation

ncpa0cpl
Copy link
Collaborator

Fixed the issue with the html renderer always producing a separate closing tag, even in cases where the tag could be self closing.

closes #202

@ncpa0cpl ncpa0cpl merged commit b958a76 into master Sep 16, 2023
@ncpa0cpl ncpa0cpl deleted the fix/self-closing-tags branch September 16, 2023 10:07
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

Successfully merging this pull request may close these issues.

Bug: <br /> gets <br></br> when rendered to HTML
1 participant