You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware that this is probably not the cleanest syntax, but some popular packages like django-components do this, so I would say it's worth a quick fix.
How To Reproduce
Best to look at the PR I'm submitting in a minute
Settings
custom_blocks="component"
Try to format
{% component "img" src="{% url "my_image" %}" %}
you will get
{% component "img" src="{% url "my_image" %}
" %}
instead of doing actually nothing in this case.
The text was updated successfully, but these errors were encountered:
System Info
Issue
When using template tags inside template tags
I'm aware that this is probably not the cleanest syntax, but some popular packages like django-components do this, so I would say it's worth a quick fix.
How To Reproduce
Best to look at the PR I'm submitting in a minute
Settings
Try to format
you will get
instead of doing actually nothing in this case.
The text was updated successfully, but these errors were encountered: