Like the question, how can it be correctly parsed into newline characters
I don’t know how you get it. Wouldn’t it be ok to replace <br/> with n? str.replace(/<br/>/ig, 'n')
<br/>
n
str.replace(/<br/>/ig, 'n')
I don’t know how you get it. Wouldn’t it be ok to replace
<br/>
withn
?str.replace(/<br/>/ig, 'n')