Hello, I have a problem with chapter detection in the calibre editor.
I have a book in which each chapter is defined like this:
Code:
<h2>Chapter XX<h2>
<h3>Title of the Chapter<h3>
I can't for the life of me find a way to have both tags combined in a unique chapter element in the ToC. I tried some XPath functions and operators with no success, the best I can manage is to have them indented under the "chapter nn" element.
Do you have any idea how to do this?
Thank you