Quote:
Originally Posted by theducks

Why does it matter to a S&R if they are mixed in
BTW I have seen a non-pretty version, so a S&R REGEX for a BR
<br\s*/> no class
Calibre assigns a class (and includes the space)
<br class="calibre\d+" />
|
It's that simple? You just replace <br\s*/> with <br class="calibre\d+" />
Did you mean either of those are the Search regex, depending on whether book was previously converted by calibre or not?
What is the Replace regex to end up with
</p> closing prior paragraph and <p> opening next paragraph? Or whatever else is the best way to do it?
(I'm unskilled with regex too

)