fixed urlize breaking markdown links

This commit is contained in:
vabene1111
2020-04-25 10:46:27 +02:00
parent e78323d214
commit d702c08a12

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 | urlize }} {{ recipe.instructions | urlize | markdown | safe }}
{% endif %} {% endif %}
</div> </div>