thibaudcolas / curlylint

Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid
https://www.curlylint.org/
MIT License
237 stars 25 forks source link

Handle Jinja tags surrounding img attributes #57

Closed adrien-delhorme closed 3 years ago

adrien-delhorme commented 3 years ago

Avoid a parser crash in this case: <img src="" {% if condition %}srcset=""{% endif %} />

thibaudcolas commented 3 years ago

Now released on PyPI. Thanks again!