Render latex using stimulus controller.

This commit is contained in:
Jan Böhmer 2022-03-06 15:49:09 +01:00
parent c54336fb47
commit cef74ff35a
8 changed files with 51 additions and 4 deletions

View file

@ -11,7 +11,7 @@
</h4>
{% if banner is not empty %}
<hr>
<div class="latex">
<div class="latex" data-controller="common--latex">
<h5>{{ banner | markdown }}</h5>
</div>
{% endif %}