you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 8 months ago* (last edited 8 months ago) (1 child)

If poetry text
Is how you commune with friends
Passive aggressive.

edit: fixed the formatting, and my keyboard unironically took my double-tap on space to add periods for me! 😅

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 8 months ago

    and my keyboard unironically took my double-tap on space to add periods for me!

    Markdown also permits a trailing backslash to be a linebreak, as an alternative to the two trailing spaces.

    foo\
    bar
    

    yields

    foo
    bar

  • source
  • parent