Forum Moderators: bakedjake
To replace newlines with <br>: search for \n replace with <br>\n (select the regular expression option).
What would probably be more use would be to replace double newlines with paragraph tags, to do this: search for \n\n replace with </p>\n\n<p> (select the regular expression option and add the very first <p> and very last </p> yourself).