Empty lines do not show up.
If the string contains for example "\n\n\n\n\n\nText\n\n\n\n\nHere". the empty lines look like to be removed.
This means "Text" and "Here" are right below each other starting from the top.
However, it needs to respect the empty lines and print them.