Better implementation of markdown.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-10-22 11:50:33 +02:00
parent 8c675615df
commit 0d87f7c4ca
3 changed files with 15 additions and 8 deletions

View File

@@ -92,7 +92,7 @@
<h3 class="box-title">{{ trans('form.notes') }}</h3>
</div>
<div class="box-body">
{{ note.text|raw }}
{{ note.markdown|raw }}
</div>
</div>