As the title asks I'm searching for a way to target all occurrences of <br><br>
in a document so that I can wrap them in a span.
From what I can gather they don't exist as a string so I'm unsure how to target them.
The end goal is to take something like this:
Hello my name is Neil.<br><br>How are you?
And make it into something like this:
Hello my name is Neil.<span style="line-height:14px;"><br><br></span>How are you?
` is legion and he wants to treat only this case without changing anything to the existing single `
` tags. – Laurent S. Nov 13 '18 at 16:06