Level 2 headings without page breaks?
To convert HTML to ePub I use
ebook-convert source.htm target.epub --epub-inline-toc --level1-toc //h:h1 --level2-toc //h:h2 --language en
This works fine, but while I want heading levels 2 to show up in the TOC (which they do), I usually do not want them to start new pages.
Is there a way to disable page breaks before headings of a particular (or lower) level?
|