Tab space in Markdown

I want to use one/multiple Tab space in Markdown. I used, ”    &nbsp”, which is working. But if i want to use multiple Tab space, then MarkDown Document will not look good.

I wanted to use like this below,

Main Topic
*Tabspace* Subtopic1
*Tabspace**Tabspace* Some Points for subtopic1
*Tabspace* Subtopic2
*Tabspace**Tabspace* Some Points for subtopic2 

Actual look should be

Main Topic
    Subtopic1
        Some Points for subtopic1
     Subtopic2
        Some Points for subtopic2

Any other alternative for &nbsp

Leave a Comment