• SatyrSack@quokk.au
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    4 days ago

    For a list of items like this, it makes sense to use either an ordered list

    1. Item one
    2. Item two
    3. Item three
    

    or an unordered list

    - Item one
    - Item two
    - Item three
    

    neither of which require extra spaces or extra newlines

    • Trex202@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 days ago

      The problem is converting the list to point form. I would have used bullet points if it was easier than spacing

      • SatyrSack@quokk.au
        link
        fedilink
        English
        arrow-up
        8
        ·
        5 days ago

        A bit of an advanced technique that I use often: Paste the list into a text editor like VSCodium, then use find/replace (in regex mode) to add a hyphen and a space to the beginning of each line, then copy all and paste that into Lemmy.

        Find: ^

        Replace: -