Quote:
Originally Posted by kovidgoyal
or stick special class attributes on all the elements you want in the toc in the source html files and use the toc autodetection options
|
The html file already uses H? tags. The TOC (which is not actually a TOC, but is a section in the cover page) appears to be automatically generated by finding H? tags and generating a reference to the <a > anchor within the H tag. That is why I thought that doing the same thing (finding the H? tags) would satisfy the need.