Does calibre always add an <mbp:pagebreak/> tag after an horizontal line tag? Both oeb2mobi and ebook-convert seem to add the <mbp:pagebreak/> tag after every <hr> or <hr /> tag in the source file, even when the CSS says:
hr { page-break-after: avoid; }
Is there a way to control this behavior?
|