Make links in recipe clickable

This commit is contained in:
tourn
2020-04-13 21:05:15 +02:00
parent 83b5b6695c
commit 04b7f0a398

View File

@@ -194,7 +194,7 @@
<div style="font-size: large"> <div style="font-size: large">
{% if recipe.instructions %} {% if recipe.instructions %}
{{ recipe.instructions | markdown | safe }} {{ recipe.instructions | markdown | safe | urlize }}
{% endif %} {% endif %}
</div> </div>