How can I add the new line before showing the text in Expression field?

Does anyone know what’s wrong with this expression?
I want to add a new line before showing the text but it always show an error below

i guess you have to put the newline only as invisible elements in there (so just hit enter instead of \n)

the error appearing i am pretty sure about is because of the fact that string values are expected with double quotas so engine does not know what to do with single quota

In the past, the following did the job for me:

Line Break: 2 spaces in double-quotes at the end of the line followed by 1 empty line
New Paragraph: leave 2 empty lines

thanks all, the enter really works perfectly. But I’m a bit confuse I follow the guide in geta12 and it didn’t work.