I want to use one/multiple Tab space in Markdown. I used, ”  ”, 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  
Related Posts:
- Comments in Markdown
- Comments in Markdown
- text highlight in markdown
- What does “while True” mean in Python?
- What’s the meaning of “=>” (an arrow formed from equals & greater than) in JavaScript?
- How do you comment out code in PowerShell?
- How do I break a string in YAML over multiple lines?
- What is the difference between {} and [] in python?
- What does ‘&’ do in a C++ declaration?
- In JavaScript is != same as !==
- syntaxerror: “unexpected character after line continuation character in python” math
- How do you express binary literals in Python?
- What Does This Mean in PHP -> or =>
- Can someone explain __all__ in Python?
- How to exit a loop in Python?
- How can I do a line break (line continuation) in Python?
- How do I pass multiple parameters into a function in PowerShell?
- What does the /= operator mean in Python?
- What is the difference between syntax and semantics in programming languages?
- What do << or >>> in java mean?
- What is the Java ?: operator called and what does it do?
- What do >> and << mean in Python?
- Is there a difference between `continue` and `pass` in a for loop in python?
- How do I convert a float number to a whole number in JavaScript?
- hat does “static” mean in C?
- What does `<>` mean in Python?
- Ternary operator (?:) in Bash
- What does the “at” (@) symbol do in Python?
- What is :: (double colon) in Python when subscripting sequences?
- Is there a difference between x++ and ++x in java?
- What does the “@” symbol do in PowerShell?
- What’s the u prefix in a Python string?
- Static Semantics meaning?
- What does the `and` keyword mean in OCaml?
- Python def function: How do you specify the end of the function?
- Cross-reference (named anchor) in markdown
- No Multiline Lambda in Python: Why not?
- What does @@variable mean in Ruby?
- How do you format an unsigned long long int using printf?
- What are those pipe symbols for in Ruby?
- Prolog “or” operator, query
- What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
- Python integer incrementing with ++ [duplicate]
- What is the := operator?
- What does “:=” mean in Pseudocode? [closed]
- Is it bad practice to comment out single lines of CSS with //?
- What file uses .md extension and how should I edit them?
- code block inside table row in Markdown
- What is the result of % in Python?
- How to add new line in Markdown presentation?
- Arrow operator (->) usage in C
- How to add new line in Markdown presentation?
- Get underlined text with Markdown
- How to make a word underline in Markdown
- Is double square brackets [[ ]] preferable over single square brackets [ ] in Bash?
- IndentationError: unexpected indent error
- syntax error: unexpected token <
- Changing image size in Markdown
- Changing image size in Markdown
- What does operator “dot” (.) mean?
- Putting a simple if-then-else statement on one line [duplicate]
- How can I do a line break (line continuation)?
- syntaxerror: “unexpected character after line continuation character in python” math
- How to insert a line break
in markdown - Get underlined text with Markdown
- How to make a word underline in Markdown
- How to concatenate string variables in Bash
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- How to indent a few lines in Markdown markup?
- syntaxerror: “unexpected character after line continuation character in python” math
- JavaScript: SyntaxError: missing ) after argument list
- `from … import` vs `import .` [duplicate]
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- All possible array initialization syntaxes
- How to link to part of the same document in Markdown?
- syntax error when using command line in python
- Markdown to create pages and table of contents?
- PHP “or” Syntax
- How to make “if not true condition”?
- What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
- How to link to a named anchor in Multimarkdown?
- syntax error when using command line in python
- Markdown to create pages and table of contents?
- -bash: syntax error near unexpected token `newline’
- How do I iterate over a range of numbers defined by variables in Bash?
- Superscript in markdown (Github flavored)?
- pagebreak in markdown while creating pdf
- what is the meaning of == sign?
- Looking for a clear description of Excel’s .xlsx XML format
- How do I iterate over a range of numbers defined by variables in Bash?
- Markdown: continue numbered list
- -bash: syntax error near unexpected token `newline’ for display command
- The difference between += and =+
- Are multi-line strings allowed in JSON?
- Python: SyntaxError: keyword can’t be an expression
- Are multi-line strings allowed in JSON?
- What does “-ne” mean in bash?
- Markdown `native` text alignment
- Nested JSON objects – do I have to use arrays for everything?
- What is the difference between allFile and allMarkdownRemark in gatsby