fix: autoformat problem block template files using djlint (#37760)

This commit is contained in:
Irtaza Akram
2026-01-06 17:55:30 +05:00
committed by GitHub
parent 87bf1003b7
commit fd33d80fb7
39 changed files with 1444 additions and 1322 deletions

View File

@@ -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>