Improve markdown editor style, switch to EasyMDE, add to comment reply fields

This commit is contained in:
rubenwardy
2018-12-23 17:02:02 +00:00
parent a7fcce4448
commit 86566bcd39
9 changed files with 48 additions and 35 deletions

View File

@@ -22,7 +22,7 @@
<a name="reply"></a>
</div>
<div class="card-body">
{{ render_field(form.comment, label="", class_="m-0") }}
{{ render_field(form.comment, label="", class_="m-0", fieldclass="form-control markdown") }}
</div>
</div>
</div>