Class=chapter is a crude way to do it. Actually the word Chapter is a keyword
What that was included in conversion for was for older text files that had no HTML.
Just break the files 'per chapter'
or use the CSS page-break-before: always; attached to the first block where you want a split
|