Hey @Danny_Smoka ,
Thanks for sharing such a useful work-around with the community. Hopefully you’ll be pleased to learn that we’ve now released a dedicated newline
block to make everyone’s lives easier.
New Line
As the name implies, the newline block allows you to put text onto a new line, i.e. it creates a line break in a string.
You can use as many newline blocks as you need to in your projects.
[newline]
Example 1
In this first example we just put a line break in between the two strings. This means that “hello” is on the first line and “world” is below that on the second line.
[newline_example]
Example 2
In this second example, you have a list of things and you want to display them all…
cc: @maxb @abedo @cian_o_sullivan @Ingrid_Spessotti @actech @User81 @Ana_Dan
3 Likes