Skip to content

Commit

Permalink
use double-newlines for paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jackson committed May 1, 2013
1 parent 685c21c commit 898eaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/red_cloth_formatters_plain.rb
Expand Up @@ -26,7 +26,7 @@ def self.strip_tags(text)

[:h1, :h2, :h3, :h4, :h5, :h6, :p, :pre, :div].each do |m|
define_method(m) do |opts|
"#{opts[:text]}\n"
"#{opts[:text]}\n\n"
end
end

Expand Down

0 comments on commit 898eaf2

Please sign in to comment.