forum: preview formatting when editing messages (#49)

This commit is contained in:
Lephe 2021-07-08 15:25:16 +02:00
parent 78b6448167
commit c8c030081b
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<table class="thread">
<tr>
<td class="author">{{ widget_user.profile(comment.author) }}</td>
<td><div>{{ comment.text }}</div></td>
<td><div>{{ comment.text | md }}</div></td>
</tr>
</table>