Which is the correct way to create bullet points in Markdown — using space+hyphen or tab+hyphen ?

- first level bullet point
 - space+hyphen 
- first level bullet point
    - tab+hyphen 
  • Tim Chase@mastodon.bsd.cafe
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    @boatswain

    Seconding the semantic nature of tabs (have your $EDITOR display a literal tab as anything from 1 to N spaces), but I’m stuck in a world where Python standardized on 4-space indentation, so the ol’ “When in Rome” adage applies. :sigh:

    @happeningtofry99158