Remove all shift + enter characters

I converted a pdf to html so that I could then import it into libreoffice writer however when I pasted it in I’ve got a lot of shift + enter characters (it’s the one where you take a new line without taking a new paragraph). This is fine if you are looking to preserve the original format however I’m not interested in that as I wish to reformat myself hence why I went through the conversion in the first place.

I can’t copy the character and replace it as that doesn’t work with non printable characters. Is there a way to do this?

Hi - You can use Edit > Find & Replace with Regular expressions.

Search \n - Replace with what you want (space, nothing or… \n to replace with a paragraph). More details on the wiki.

Thanks. That was easy.