Any idea on how to preserve linebreaks from a (dom/textarea nil "") ?
dom/textarea to say it plainly
Oh interesting. The line breaks are being preserved, but not rendered in the preview.
Hmmmmm
\n needs to be mapped to <br\> ... there is a good medium writeup about it... <span>{item}<br/><span> ... hmm maybe a regex will do the trick?