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
Really struggling to write a sensical title for this one! Perhaps a gif will help better 😅
<div class="thing-to-do"> {{ something }} {{ title }} </div>
<div class="thing-to-do"> {{ something } {{ title }} } </div>
It seems to only do it on the first occurrence of trying to insert a new {{ }} before an existing one. Multiple lines works fine. Any ideas? Thanks!
{{ }}
The text was updated successfully, but these errors were encountered:
Also it seems it does the same thing with {% %} tags. Just any occurrence of { before another block. There are a few other places it does it too...
{% %}
{
Sorry, something went wrong.
No branches or pull requests
Really struggling to write a sensical title for this one! Perhaps a gif will help better 😅
Expected:
Actual:
It seems to only do it on the first occurrence of trying to insert a new
{{ }}
before an existing one. Multiple lines works fine. Any ideas? Thanks!The text was updated successfully, but these errors were encountered: