hello
i use the tool ebook-convert for convert a html file in a epub
in my html file i have
at the end of each chapter but after the convert i lose the chap division.... how i can prevent it?
i use :
ebook-convert "something.html" "something.mobi"
PS the format of the chapter isn't always the same but the pagebreak and section is always at the end of the chapter
sometimes the chapter is in a <h2> tag and is detected, but i don't have a standard
i use the tool ebook-convert for convert a html file in a epub
in my html file i have
Code:
<mbp:pagebreak /><mbp:section>
Code:
[..] </div>
</div><mbp:pagebreak /><mbp:section><header></header>
<div class="entry-content">
<div id="chapterContent" class="innerContent fr-view">
<p dir="ltr">Chapter [..]
i use :
ebook-convert "something.html" "something.mobi"
PS the format of the chapter isn't always the same but the pagebreak and section is always at the end of the chapter
sometimes the chapter is in a <h2> tag and is detected, but i don't have a standard