Strangely, I was able to make a minor edit to the book that fixes the hang.
If you go to
part0035.html lines 234, 236 and 238
You will see...
Quote:
<p class="Text-Standard-Space-Before--tx" style="text-indent:3%"><span class="ePub-I">*********************************************xncq</span></p>
|
The large space being full of no-break spaces.
Move the Italic span to avoid the no-break spaces and the conversion then works.
Quote:
<p class="Text-Standard-Space-Before--tx" style="text-indent:3%">*************************************** ******<span class="ePub-I">xncq</span></p>
|
Sorry if that has been figured out already, I didn't read every post in the thread. (my bad)