Adding new lines between text?
I know how to do a line break, but I want to further break up the sentences with a blank line to make it more readable, but I haven't a clue how to properly type it out. \n and <br> don't work.
Any help would be peachy!
\n is what you'd use in Unity for new lines, it is used across many UI-related plugins.
In response to anonymoose ():
I know how to do a line break, but I want to further break up the sentences with a blank line to mak...
just leave a blank line :P


http://prntscr.com/mdb9mh
In response to Tricky ():
just leave a blank line :P


http://prntscr.com/mdb9mh

Tried that but it doesn't do anything. 

What do I type here https://imgur.com/BsXogym

to make this https://imgur.com/RobkBpx

look like this https://imgur.com/AwuJYCm 

If someone can provide an actual visual example that would really help.



Merged post

Anyone? Please?
In response to anonymoose ():
Tried that but it doesn't do anything. What do I type here https://imgur.com/BsXogym

to...
"TextLines": [
            "This is first tab,  \t\t 1 \u20AC \n first page.",
            "Add some text here by adding more lines.",
            " ",
            "You should replace all default text lines with whatever you feel up to",
            "type  /info  to open this window",
            " ",
            "Press next page to check second page.",
            "You may add more pages in config file."

that is what you asking for.