Fix markdown math inline single issue
[markdown-mode.git] / tests / more-lists.text
blob77e1b2cfd7b364c1ee39c6c56cb3c7fc89b1a6a6
1 Ordered, without paragraphs:
3 1.  Foo
4 2.  Bar
6 Unordered, with paragraphs:
8 *   A list item.
10     With multiple paragraphs.
12 *   Bar
14 Nested lists:
16 *   Bubbles
17     1.  bunk
18     2.  bupkis
19         * BELITTLER
20     3. burper
21 *   Abacus
22     * answer
23 *   Cunning
25 A complex, multiply-nested list:
27   * Unordered stuff
28     with overhang
30      4. fourth nested
32      2. second nested
34      0. zeroth nested
36   * More unordered stuff
38      0. zeroth nested
39      2. second nested
40      4. fourth nested
42 Nested ordered lists:
44   1. first
46      0. zeroth nested
47      2. second nested
48      4. fourth nested
50   2. second
52      1. first nested
53      3. third nested
55   3. third
57   4. fourth