View Single Post
Old 09-26-2015, 09:48 PM   #7
ignaz wrangel
Member
ignaz wrangel began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2015
Device: kindle 4g
What I have in mind is to use the break inserted by sigil (<p><br /></p>) as a marker to locate the paragraphs that follow it and add a class to their <p> tag, the marker is then deleted. Is this what you mean?

something like

Code:
<p><br /></p>[^<]*<p\b[^>]*>

replace with:

<p class=“scenebreak”>
ignaz wrangel is offline   Reply With Quote