Enable word break in markdown content

This commit is contained in:
rubenwardy
2021-02-23 00:01:28 +00:00
parent 77dcb85912
commit 3c095544d0
8 changed files with 23 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<h3 class="card-header">{{ self.title() }}</h3>
<div class="card-body">
<div class="card-body markdown">
{{ thread.replies[0].comment | markdown }}
</div>
<div class="card-body">