From 1135c0ad79d9ce0fc9f387968fb06671a35e87a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Sch=C3=B6lling?= Date: Mon, 10 Oct 2011 20:41:54 +0200 Subject: [PATCH] Allow new lines (
) --- app/helpers/markdownify_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/markdownify_helper.rb b/app/helpers/markdownify_helper.rb index fcbc849d0..cf012b581 100644 --- a/app/helpers/markdownify_helper.rb +++ b/app/helpers/markdownify_helper.rb @@ -17,6 +17,7 @@ module MarkdownifyHelper } render_options[:filter_html] = true + render_options[:hard_wrap] ||= true # This ugly little hack basically means