Quote:
Originally Posted by un_pogaz
It's possible, just not especially practical alone.
@gianni_1 I recommend you to install and use the plugin Mass Search/Replace which will allow you to quickly launch a Search and Replace operation with a single click.
In the Search/Replace UI, select the field "Comments"
Code:
Search:
([\.!?])</p>\s*<p.*?>
Replace:
\1<br>
|
Mass Search and Replace didn't work when I tried to replace p with br. It was just ignored.
Edit: it seems to work now, so possibly something has changed since I tried it a couple of years ago.