Quote:
Originally Posted by HarryT
Hi Kovid,
The "remove space between paragraphs" feature of Calibre is probably the feature that I use most often when converting books. It works extremely well almost all the time, but there would be one "tweak" that would make it perfect for me: would it be feasible to make it a little smarter, such that it didn't indent a paragraph that immediately followed on from a chapter heading, or other title?
I'd be grateful if you could give this request some consideration for future development.
Thanks!
|
Harry
Have you tried using an additional CSS in the conversion?
Something like:
Code:
h3+p,h1+p,h2+p {text-indent: 0; }