diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index b42d39d83..471cf0f0b 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -194,7 +194,7 @@
{% if recipe.instructions %} - {{ recipe.instructions | markdown | safe | urlize }} + {{ recipe.instructions | urlize | markdown | safe }} {% endif %}