djlint / djLint

✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang
https://djLint.com
GNU General Public License v3.0
686 stars 84 forks source link

[BUG] [Formatter] inline conditions cause problems #783

Open Zackhardtoname opened 11 months ago

Zackhardtoname commented 11 months ago

System Info

Issue

If we have an else statement after an inlined if + else statement, the else statement would be matched with the if statement instead of the outer if statement.

Might be fixable together with #182

How To Reproduce

welcome[bot] commented 11 months ago

Thanks for opening your first issue here!

christopherpickering commented 10 months ago

Hey @Zackhardtoname can you give a code snippet?