Formating text if i use myVars.load("vars/texts.as");

I make redesign of my old page and i want to use loading of external text.

How can i make formating of this loaded text.

In actually version with static text i use this “\r” for breaking of rows. How can i now have the same result?

If i load this var :

code:

section_name="Mein\rSchwimmbäder"

than ist displayed text** Mein\rSchwimmbäder but i need:**

**
Mein
Schwimmbäder**

How can i do it?