Quote:
Originally Posted by Shohreh
Hello,
To split a long EPUB file, I tried the following but it fails:
search: <h1
replace: <h1 class="sigil_split_marker"
Edit > Split at Markers (F6):
Thank you.
|
You forgot to add back in the original <h1 and the replace marker is an <hr not an <h1
search: <h1
replace: <hr class="sigil_split_marker" />\n<h1
Then (F6) will work.
Cheers!