We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.20.0
There seems to be a weird edge case where the closing tag is not aligned with the opening tag.
In versions v1.19.7 and below, the following fragment was formatted correctly:
v1.19.7
<h1> {% if condition1 %}<span class="cls"></span>{% endif %} {% if condition2 %}"{{ text }}"{% endif %} </h1>
In versions v1.20.0 and above (up until the current version v1.27.0), it is formatted like this:
v1.27.0
The text was updated successfully, but these errors were encountered:
Odd stuff, its something w/the quotes in the second if statement. I'll check that out!
Sorry, something went wrong.
0d57e75
chore(release): 1.27.2 [skip ci]
22583d8
## [1.27.2](v1.27.1...v1.27.2) (2023-05-11) ### Bug Fixes * **formatter:** fixed an edge case wild regex grab ([0d57e75](0d57e75)), closes [#640](#640) * **formatter:** fixed formatting of plural tag in blocktrans ([92c083b](92c083b)), closes [#641](#641) * **formatter:** fixed js/css being formatted even inside ignored blocks ([cbf5796](cbf5796)), closes [#613](#613) * **linter:** fixed a few false positives/missing positives, added tests ([30f8d31](30f8d31)), closes [#643](#643) [#642](#642) * **linter:** fixed false postive in alpinejs tags for H037 ([6520f63](6520f63)), closes [#639](#639)
🎉 This issue has been resolved in version 1.27.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
System Info
v1.20.0
and aboveIssue
There seems to be a weird edge case where the closing tag is not aligned with the opening tag.
How To Reproduce
In versions
v1.19.7
and below, the following fragment was formatted correctly:In versions
v1.20.0
and above (up until the current versionv1.27.0
), it is formatted like this:The text was updated successfully, but these errors were encountered: