all repos — grayfriday @ 924064f3f74abc6c42e8e7a5fb49e6cc90102109

blackfriday fork with a few changes

upskirtref/Ordered and unordered lists.text (view raw)

  1## Unordered
  2
  3Asterisks tight:
  4
  5*	asterisk 1
  6*	asterisk 2
  7*	asterisk 3
  8
  9
 10Asterisks loose:
 11
 12*	asterisk 1
 13
 14*	asterisk 2
 15
 16*	asterisk 3
 17
 18* * *
 19
 20Pluses tight:
 21
 22+	Plus 1
 23+	Plus 2
 24+	Plus 3
 25
 26
 27Pluses loose:
 28
 29+	Plus 1
 30
 31+	Plus 2
 32
 33+	Plus 3
 34
 35* * *
 36
 37
 38Minuses tight:
 39
 40-	Minus 1
 41-	Minus 2
 42-	Minus 3
 43
 44
 45Minuses loose:
 46
 47-	Minus 1
 48
 49-	Minus 2
 50
 51-	Minus 3
 52
 53
 54## Ordered
 55
 56Tight:
 57
 581.	First
 592.	Second
 603.	Third
 61
 62and:
 63
 641. One
 652. Two
 663. Three
 67
 68
 69Loose using tabs:
 70
 711.	First
 72
 732.	Second
 74
 753.	Third
 76
 77and using spaces:
 78
 791. One
 80
 812. Two
 82
 833. Three
 84
 85Multiple paragraphs:
 86
 871.	Item 1, graf one.
 88
 89	Item 2. graf two. The quick brown fox jumped over the lazy dog's
 90	back.
 91	
 922.	Item 2.
 93
 943.	Item 3.
 95
 96
 97
 98## Nested
 99
100*	Tab
101	*	Tab
102		*	Tab
103
104Here's another:
105
1061. First
1072. Second:
108	* Fee
109	* Fie
110	* Foe
1113. Third
112
113Same thing but with paragraphs:
114
1151. First
116
1172. Second:
118	* Fee
119	* Fie
120	* Foe
121
1223. Third
123
124
125This was an error in Markdown 1.0.1:
126
127*	this
128
129	*	sub
130
131	that