Quote:
Originally Posted by Timoleon
So...is there any way to get Calibre to insert blank lines between paragraphs in a conversion to epub, and if not, could this be a feature request for a future version of Calibre?
|
You can use some override CSS to achieve that. From the command-line --override-css='p { margin-top: 1.2em; }' should be about right, or using the GUI just put the same CSS (inside the single quotes) in the appropriate field.