I'm trying to format some text with newlines using the backtick syntax like so:
text: `Foo
Bar`
},
https://codepen.io/nz2198/pen/eYpoRdw?editable=true%3Dhttps%3A%2F%2Fsweetalert2.github.io%2F
The text isn't getting delimitited by a newline. How do I fix this?