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