2

I have two sentences that I like to keep side by side. I am unable to add tab space between them using "\t" like word doc. When I give a long space it previews as just 1 space. Hence, please lmk how to add tab spaces in github readme.

exameple:

"This is a ball" "\t" "This is a bat".

torek
  • 448,244
  • 59
  • 642
  • 775
Nagarjun Vinukonda
  • 103
  • 2
  • 2
  • 8
  • ` ` for each literal space you want to add should work in most Markdown implementations. https://steemit.com/markdown/@jamesanto/how-to-add-multiple-spaces-between-texts-in-markdown – David Tansey Mar 27 '21 at 05:24
  • What are you trying to accomplish? Are you trying to align some text? Create a table? Something else? There may be a way to better accomplish what you want to do. – bk2204 Mar 27 '21 at 12:02

1 Answers1

13

I think this link will be helpfull for you. Please go throught the answer and you will find what you needed i hope.

Type   to add a single space. Type   to add 2 spaces. Type   to add 4 spaces. You can use non-breaking space ( ) 4 times to insert a tab.

Tab space in Markdown

Mortuza
  • 199
  • 9