It seems that when only a single newline is used (\n) only the word following it is put onto a new line. With a single newline: ` First line of text{'\n\n'}Second line of text{'\n'}Third line of text` Output:  Is this expected?
It seems that when only a single newline is used (\n) only the word following it is put onto a new line.
With a single newline:
First line of text{'\n\n'}Second line of text{'\n'}Third line of textOutput:
Is this expected?