726b13751afc0c00899b8a5715663612fa4a394e
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_ordered_and_unordered_lists.md
1 ## Unordered
2
3 Asterisks tight:
4
5 *       asterisk 1
6 *       asterisk 2
7 *       asterisk 3
8
9
10 Asterisks loose:
11
12 *       asterisk 1
13
14 *       asterisk 2
15
16 *       asterisk 3
17
18 - - -
19
20 Pluses tight:
21
22 +       Plus 1
23 +       Plus 2
24 +       Plus 3
25
26
27 Pluses loose:
28
29 +       Plus 1
30
31 +       Plus 2
32
33 +       Plus 3
34
35 * * *
36
37
38 Minuses tight:
39
40 -       Minus 1
41 -       Minus 2
42 -       Minus 3
43
44
45 Minuses loose:
46
47 -       Minus 1
48
49 -       Minus 2
50
51 -       Minus 3
52
53
54 ## Ordered
55
56 Tight:
57
58 1.      First
59 2.      Second
60 3.      Third
61
62 and:
63
64 1. One
65 2. Two
66 3. Three
67
68
69 Loose using tabs:
70
71 1.      First
72
73 2.      Second
74
75 3.      Third
76
77 and using spaces:
78
79 1. One
80
81 2. Two
82
83 3. Three
84
85 Multiple paragraphs:
86
87 1.      Item 1, graf one.
88
89         Item 2. graf two. The quick brown fox jumped over the lazy dog's
90         back.
91         
92 2.      Item 2.
93
94 3.      Item 3.
95
96
97
98 ## Nested
99
100 *       Tab
101         *       Tab
102                 *       Tab
103
104 Here's another:
105
106 1. First
107 2. Second:
108         * Fee
109         * Fie
110         * Foe
111 3. Third
112
113 Same thing but with paragraphs:
114
115 1. First
116
117 2. Second:
118
119         * Fee
120         * Fie
121         * Foe
122
123 3. Third