OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/new/list_item_tabs.md
- A
-   B
-	C
-	D
-	E
-	F

1. A
2.   B
3.	C
4.	D
5.	E
6.	F

I am using spaces after the number:
1.  Some Text
3.  Some Text
4.  Some Text

I am using tabs after the number:
1.	SomeText
2.	SomeText
3.	SomeText

I am using tabs after the number and have a space:

1.	 SomeText
2.	 SomeText
3.	 SomeText

I am using space after the number and have a tab:

1. 	SomeText
2. 	SomeText
3. 	SomeText

I am using spaces after the bullet:
-  Some Text
-  Some Text
-  Some Text

I am using tabs after the bullet:
-	SomeText
-	SomeText
-	SomeText

I am using tabs after the bullet and have a space:

-	 SomeText
-	 SomeText
-	 SomeText

I am using space after the bullet and have a tab:

- 	SomeText
- 	SomeText
- 	SomeText