diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html
index 70ec627e..1a55fde1 100644
--- a/cookbook/templates/recipe_view.html
+++ b/cookbook/templates/recipe_view.html
@@ -26,7 +26,7 @@
{{ c.updated_at }} {% trans 'by' %} {{ c.created_by.username }}
- {{ c.text }}
+ {{ c.text | urlize |linebreaks }}