Reply To: Numbering list restart at 1 on next page

Home Page / Forums / EPUB and eBook / Numbering list restart at 1 on next page / Reply To: Numbering list restart at 1 on next page

#111525
Aaron Troia
Participant

Oh my…

Well, one work around would be to hard code them in the HTML. Off the top of my head I would probably GREP all the <li> tags and change them to <p>‘s with a <span> or <sup> (of course) and a unique place holder within it like “XX” then use the Incrementor bundle for Sublime Text to change all the unique place holders within selections (sadly you would have to do this chapter by chapter) to numbers.

Getting rid of the <ol>‘s might not be too tricky to GREP out.

I really wish I knew of a way that would be faster or easier :(

This article was last modified on November 12, 2018

Comments (0)

Loading comments...