* Render void elements as self-closing tags * changeset * nit: only check void element names if there is no child content * nit: only check void element names if there is no child content * add tests
5 lines
103 B
Markdown
5 lines
103 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes an issue where void elements are rendered with opening and closing tags.
|