Allow Latex equations in homepage banners and part comment.

This commit is contained in:
Jan Böhmer 2020-03-15 15:48:01 +01:00
parent 9dc5d325da
commit 562db6da06
5 changed files with 28 additions and 18 deletions

View file

@ -101,7 +101,7 @@
<div class="tab-content" id="myTabContent">
{% if part.comment is not empty %}
<div class="tab-pane fade show" id="comment" role="tabpanel" aria-labelledby="home-tab">
<div class="container-fluid mt-2">
<div class="container-fluid mt-2 latex">
{{ part.comment|markdown }}
</div>
</div>