View Single Post
Old 01-17-2024, 01:10 AM   #2
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,781
Karma: 9501034
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
I would convert those chapter headings to real heading tags.

Find: <p class="calibre_2">(\d+)</p>
Replace: <h2>\1</h2>

Then you can run the TOC generator which will find the <h2> tags.
Karellen is online now   Reply With Quote