Fixes #2565: Improved rendering of Markdown tables

This commit is contained in:
Jeremy Stretch
2018-11-13 11:02:48 -05:00
parent 574ddedc22
commit 1fecfc46ca
11 changed files with 23 additions and 9 deletions

View File

@@ -164,7 +164,7 @@
<div class="panel-heading">
<strong>Comments</strong>
</div>
<div class="panel-body">
<div class="panel-body rendered-markdown">
{% if rack.comments %}
{{ rack.comments|gfm }}
{% else %}