For now, I can remove undesired page-break by adding the following regex in calibre.
Quote:
(?is)<div class="dochead">.*?</div>
(?is)<div class="navigation">.*?</div>
(?is)<div class="docinfo">.*?</div>
|
I don't think it a perfect workaround because these regex will remove page-break and a set of <div></div>. Even though they are not relevant, I still want to ONLY remove page-break.