I’m not sure this is a bug, but I think it may be one:
<itemref idref="nav" linear="no" />
linear=no misplaces the table of contents in the ebook-viewer from calibre.
But besides that, that attribute seems to be intended to remove the file from the reading order and making it accessible only by a link.
AFAIK, there is no way to access to the TOC other than the reading order in ePub files generating with pandoc.
Would it be possible to remove linear=no from <itemref idref="nav" linear="no" />?
Many thanks for your help.
I’m not sure this is a bug, but I think it may be one:
linear=nomisplaces the table of contents in the ebook-viewer from calibre.But besides that, that attribute seems to be intended to remove the file from the reading order and making it accessible only by a link.
AFAIK, there is no way to access to the TOC other than the reading order in ePub files generating with pandoc.
Would it be possible to remove
linear=nofrom<itemref idref="nav" linear="no" />?Many thanks for your help.