Updated some styles on the ticket view; added markdown parsing for ticket body

This commit is contained in:
2022-11-21 18:16:37 -05:00
parent 55048bda33
commit b347988937
5 changed files with 482 additions and 7 deletions

View File

@ -16,7 +16,7 @@
<div id="ticket-body" class="row">
<div class="columns twelve">
<p>{{ ticket.body }}</p>
{{ ticket.render() | raw }}
</div>
</div>
</div>