Add markdown rendering for log mesages

This commit is contained in:
Jeremy Stretch
2019-08-14 14:38:11 -04:00
parent 434e656e27
commit f8326ef6df
3 changed files with 5 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<tr>
<td>{{ forloop.counter }}</td>
<td>{% log_level level %}</td>
<td>{{ message }}</td>
<td class="rendered-markdown">{{ message|gfm }}</td>
</tr>
{% empty %}
<tr>