Quote:
Originally Posted by BetterRed
I have what I regard as an ugly way around this issue - so I'd also be interested in a more elegant approach ...
|
What is your ugly workaround?
@Akasashasha — Perhaps inserting a single "placeholder" item would resolve it?
Code:
<ol>
<li>
<a href="filename.xhtml">-</a>
</li>
</ol>
(Or is that your ugly workaround, BR?

)
ETA: Oh wait, I see KevinH already suggested this!
Note: "filename.xhtml" is an example only. The actual link must be a valid link for the epub to vaidate. The text can be anything you want. I've inserted a hyphen (-) here because you don't seem to want any text in your TOC and a hyphen is small.