我想在Markdown中使用一个/多个Tab空间.我使用了" ",这是有效的.但是,如果我想使用多个Tab空间,那么MarkDown Document看起来不会很好.
我想在下面这样使用,
Main Topic
*Tabspace* Subtopic1
*Tabspace**Tabspace* Some Points for subtopic1
*Tabspace* Subtopic2
*Tabspace**Tabspace* Some Points for subtopic2
Run Code Online (Sandbox Code Playgroud)
实际看应该是
Main Topic
Subtopic1
Some Points for subtopic1
Subtopic2
Some Points for subtopic2
Run Code Online (Sandbox Code Playgroud)
任何其他替代品