pugjs / pug-lint

An unopinionated and configurable linter and style checker for Pug
ISC License
228 stars 51 forks source link

preventing nesting in self closing tags #154

Closed kautilyak closed 6 years ago

kautilyak commented 6 years ago

self closing tag nesting

-> throwing error when,

img (src="https://i.imgur.com/p8mtB5i.jpg" alt='image')
img is a self closing element: <img/> but contains nested content.