let's try with 'normal' linebreaks

This commit is contained in:
Régis Hanol 2016-02-24 15:16:29 +01:00
parent 6df5b38b54
commit c3a393a11f
1 changed files with 1 additions and 5 deletions

View File

@ -300,11 +300,7 @@ module Email
end
end
post_options = {
cooking_options: { traditional_markdown_linebreaks: true },
}.merge(options)
create_post(post_options)
create_post(options)
end
def attachment_markdown(upload)