How can I show multiple lines of text in a computed field?

I’m creating a string of values in js for my computed field, and I’d like to display my values on multiple lines. I’ve tried using \n and \r\n and @NewLine and none of these are working for me. How do I do this?

Thanks,

Bob

Subject: I use
and then select the type as html

I use
and then select the type as html. You can use this with multivalues and use the @Explode.

-John

Subject: Perfect! Thank you!