View Single Post
Old 02-26-2024, 06:14 AM   #9
reinsley
Connoisseur
reinsley began at the beginning.
 
reinsley's Avatar
 
Posts: 65
Karma: 10
Join Date: Dec 2016
Location: France
Device: Kindle PaperWhite
Quote:
Originally Posted by pdurrant View Post
So you want to find things like
<p class="calibre8"> <span class="calibre3"> — « There is a long sentence ending with a comma », said the man. « Then a second part of the blahblah dot »</span> </p>

and turn them into

<p class="calibre8"> <span class="calibre3"> — « There is a long sentence ending with a comma », said the man.</span> </p>
<p class="calibre8"> <span class="calibre3"> « Then a second part of the blahblah dot »</span> </p>


No, IF a descriptive sentence starts after two html marks <p class="> <span class="> AND I find later in the sentence dotspace«space , I want to grab it to insert CR and Em dash.

IF a Em dash starts after two html marks <p class="> <span class="> I avoid dotspace«space deeper in the sentence until the closing HTML marks.

Sorry for my poor description. Hope it's better.
Best regards
reinsley is offline   Reply With Quote