Skip to content

Commit

Permalink
Use two newlines after each note
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Jun 10, 2011
1 parent 5e89d86 commit db4bfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kindle/org_mode.rb
Expand Up @@ -10,7 +10,7 @@ def self.save(book, path)

file.puts("\n** Notes \n")
book.notes.each do |note|
file.puts(note.content.to_s + "\n")
file.puts(note.content.to_s + "\n\n")
end
end

Expand Down

0 comments on commit db4bfbc

Please sign in to comment.