Merge pull request #2156 from manuels/new_lines
[PaperCut] Allow new lines (<br>)
This commit is contained in:
commit
aba29ea479
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ module MarkdownifyHelper
|
|||
}
|
||||
|
||||
render_options[:filter_html] = true
|
||||
render_options[:hard_wrap] ||= true
|
||||
|
||||
|
||||
# This ugly little hack basically means
|
||||
|
|
|
|||
Loading…
Reference in a new issue