• bishop@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 days ago

    Those were supposed to be on new lines. Will teach me not to supervise my own comments.

    • Manalith@midwest.social
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 days ago

      I’ve found in all the mobile apps I’ve used, ya gotta double enter to get new lines to actually show up. Maybe I’m also doing something wrong, but that’s what works for me on Eternity anyway.

      • zabadoh@ani.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        That’s standard markdown

        You can also force new lines by ending a line with two spaces:

        End with 2 spaces of the end of the line like this
        Then this appears on a new line

        Otherwise with one space or no spaces at the end of a line, markdown dictates concatenating the lines

        End with 1 space of the end of the line like this Then this gets concatenated on the end of a previous line.

        or

        End with no spaces of the end of the line like this Then this gets concatenated on the end of a previous line, but with a space mysteriously appearing between the concatenated parts.

        • Manalith@midwest.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 hours ago

          I knew I should learn more about Markdown, was thinking about moving notes over to Obsidian but went Anytype instead.