Rename gfm filter to render_markdown

This commit is contained in:
Jeremy Stretch
2020-03-09 10:31:29 -04:00
parent 2f5211d64c
commit 9e1188dfe6
13 changed files with 15 additions and 16 deletions

View File

@@ -198,7 +198,7 @@
</div>
<div class="panel-body rendered-markdown">
{% if rack.comments %}
{{ rack.comments|gfm }}
{{ rack.comments|markdown }}
{% else %}
<span class="text-muted">None</span>
{% endif %}