Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Id use Environment.NewLine first. If you need or want the \n I would assume the backslash needs to be doubled up:"name\\nname2" becomes:namename2-ner
Id use Environment.NewLine first. If you need or want the \n I would assume the backslash needs to be doubled up:
"name\\nname2" becomes:
name
name2
-ner