View Single Post
Old 01-04-2025, 05:11 PM   #2
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,622
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Try...

Code:
</br>\n?\s+
and replace with a space

?\s+ is there in case you have indented the lines.


==Edit==

Sorry, gave you the wrong solution.

The repace is
Code:
</p>\n<p>
The previous solution was to combine the lines, not separate them.

Last edited by Karellen; 01-04-2025 at 05:14 PM.
Karellen is offline   Reply With Quote