I am trying to use TextFormatting.NewLine to add a new line to a Label Expression.
In the Playground, I am entering: $feature.name1 + TextFormatting.NewLine + $feature.name2
But the Result is showing a Space instead of a new line:

Am I setting up this expression correctly?
Thanks!