Add markdown rendering for recipe descriptions using comrak

This commit is contained in:
Greg Burri 2025-04-02 18:19:06 +02:00
parent 9b89117a66
commit 0c2e4b7624
3 changed files with 12 additions and 1 deletions

View file

@ -51,7 +51,7 @@
{% if !recipe.description.is_empty() %}
<div class="recipe-description" >
{{ recipe.description }}
{{ recipe.description | markdown }}
</div>
{% endif %}