Closed jdrouet closed 7 months ago
div is not a void element according to mdn so it should not self close. With this fix, we only self close elements that are void elements.
Fixes #406
div is not a void element according to mdn so it should not self close. With this fix, we only self close elements that are void elements.
Fixes #406