fix: autoformat problem block template files using djlint (#37760)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<section class="math-string">
|
||||
{% if isinline %}
|
||||
<span>[mathjaxinline]{{ mathstr }}[/mathjaxinline]</span>
|
||||
{% else %}
|
||||
<span>[mathjax]{{ mathstr }}[/mathjax]</span>
|
||||
{% endif %}
|
||||
{% if isinline %}
|
||||
<span>[mathjaxinline]{{ mathstr }}[/mathjaxinline]</span>
|
||||
{% else %}
|
||||
<span>[mathjax]{{ mathstr }}[/mathjax]</span>
|
||||
{% endif %}
|
||||
<span>{{ tail|safe }}</span>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user