diff --git a/lib/cfm.rb b/lib/cfm.rb index e8bbcaff..8c596d61 100644 --- a/lib/cfm.rb +++ b/lib/cfm.rb @@ -15,7 +15,7 @@ def render(text) private def render_cfm(text) - text.lines.map { |x| inspect_line x }.join("\n") + text.lines.map { |x| inspect_line x }.join("") end def coderwall_user_link(username)