johsko

johsko t1_j3jzh5d wrote

Your pic is busted on the desktop webpage and probably some apps, since it doesn't line break in the right spots. If you want to break a line in a specific spot, end the line with two spaces plus a new line. E.g:

line 1<space><space>
line 2

Becomes:

line1
line2

15