Hi All,
I need JS that will remove any HTML tags, and then replace newlines with </p><p>
and line breaks with <br/>
. The string value is coming from a textarea and I understand Linux, Mac and Windows all format newlines differently so I need to take that into account. Thanks!