That's a tough one, Because of the way the html->LRF conversion works, calibre always ends the current paragraph when it sees a <div> tag irrespective of its height. Then the next <p> tag will start a new paragraph, which means there will end up being a blank line.
|