I have a Rich Text Box that I want a default value in. A one line default value works fine with the the string("Text goes here") option. However, I want the default value to have multiple lines. Something like:
string("This is line 1.
This is line 2")
It works with a regular text box, but I need this box to be rich text. If I type the above for the default value, it just comes up "This is line 1. This is line 2" all on one line. How do I get a line break in the default vale of rich text box?