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 
  • boatswain@infosec.pub
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 days ago

    I believe either will work, so your call. If you really want to spark a tabs vs spaces holy war, I’ll throw my vote in for tabs: they’re semantic, whereas spaces are not–the meaning of a tab is “this is one level of indentation”. Using spaces for indentation is like using <span class="italic"> instead of <i> for italics.