How can I force the WordPress visual editor to preserve the line breaks after paragraphs?
The editor is doing fine to add <p> tag on line break. I think what you need is to add some css to add margin to <p> tag so you don’t have to add additional or empty paragraph tags (which i see on your current page). try something like this on your css: .entry-content p{ … Read more