No calibre uses the XML, but it converts the XML in the same way as word would render it, as far as possible. Since word renders <sectPr> with a page break, the docx plugin does the same thing, anything else would be very surprising to most users. If you dont want that behavior your best bet is to run from source and comment out line 410 in docx/styles.py
|