File: more-lists.text

package info (click to toggle)
markdown-mode 2.3%2B154-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,052 kB
  • sloc: lisp: 13,081; makefile: 69; sh: 16
file content (57 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Ordered, without paragraphs:

1.  Foo
2.  Bar

Unordered, with paragraphs:

*   A list item.

    With multiple paragraphs.

*   Bar

Nested lists:

*   Bubbles
    1.  bunk
    2.  bupkis
        * BELITTLER
    3. burper
*   Abacus
    * answer
*   Cunning

A complex, multiply-nested list:

  * Unordered stuff
    with overhang

     4. fourth nested

     2. second nested

     0. zeroth nested

  * More unordered stuff

     0. zeroth nested
     2. second nested
     4. fourth nested

Nested ordered lists:

  1. first

     0. zeroth nested
     2. second nested
     4. fourth nested

  2. second

     1. first nested
     3. third nested

  3. third

  4. fourth