I use markdown formatting and then insert this into the text file where I want a page break:
Code:
<div class="pb"></div>
And then in Calibre under the 'Look and Feel' conversion settings make sure you have this line in the 'extra css' box:
Code:
.pb {page-break-before : always;}