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?
- Is it bad practice to comment out single lines of CSS with //?
- What file uses .md extension and how should I edit them?
- What is the result of % in Python?
- How to add new line in Markdown presentation?
- How to add new line in Markdown presentation?
- Get underlined text with Markdown
- How to make a word underline in Markdown
- syntax error: unexpected token <
- Putting a simple if-then-else statement on one line [duplicate]
- How can I do a line break (line continuation)?
- How to insert a line break
in markdown - JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- syntaxerror: “unexpected character after line continuation character in python” math
- JavaScript: SyntaxError: missing ) after argument list
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- syntax error when using command line in python
- PHP “or” Syntax
- syntax error when using command line in python
- Superscript in markdown (Github flavored)?
- 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?
- The difference between += and =+
- Python: SyntaxError: keyword can’t be an expression
- Are multi-line strings allowed in JSON?
- What does “-ne” mean in bash?
- How to center text with Markdown?
- How to apply color in Markdown?
- What is the purpose of “&&” in a shell command?
- Else without if
- Superscript in markdown (Github flavored)?
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- jquery variable syntax [duplicate]
- How do you pass a function as a parameter in C?
- How to escape single quotes within single quoted strings
- How to add images to README.md on GitHub?
- How to apply color in Markdown?
- How to add new line in Markdown presentation?
- Bash syntax error: unexpected end of file
- Why are hexadecimal numbers prefixed with 0x?
- Syntax error on token(s), misplaced construct(s)
- How do I center an image in the README.md file on GitHub?
- Java syntax explanation – getMenuInflater()
- Create two blank lines in Markdown
- Syntax error on token “;”, { expected after this token in Random string creator
- Python def marked as invalid syntax
- How to get rows and columns count of a 2D array in Java?
- Why virtual & static keywords aren’t allowed outside class declaration?
- how to show underscores symbol in markdown?
- PHP syntax question: What does the question mark and colon mean? [duplicate]
- How to swap text based on patterns at once with sed?
- Create posts using markdown? [closed]
- GitHub .md files to WordPress pages
- How to activate Markdown in a local installation of WordPress 4.3?
- Use MarkItUp as editor and not the default
- Empty paragraphs around figure and figcaption tags when using markdown
- Footnotes with dynamic title attributes?