Allow markdown in post descriptions
This commit is contained in:
parent
47184b5939
commit
711dcbab53
2 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
</dl>
|
||||
<p>{{ post.data.description }}</p>
|
||||
<p>{{ post.data.description | renderMarkdown | safe }}</p>
|
||||
</section>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue