Annotation of mandoc/regress/mdoc/Bl/emptyitem.out_markdown, Revision 1.2
1.1 schwarze 1: BL-EMPTYITEM(1) - General Commands Manual
2:
3: # NAME
4:
5: **Bl-emptyitem** - lists with fixed heads and empty items
6:
7: # DESCRIPTION
8:
9: bullet list:
10:
11: * one
12:
13: *
14:
15: * three
16:
17: dash list:
18:
19: - one
20:
21: -
22:
23: - three
24:
25: enum list:
26:
27: 1. one
28:
29: 2.
30:
31: 3. three
32:
33: hyphen list:
34:
35: - one
36:
37: -
38:
39: - three
40:
1.2 ! schwarze 41: OpenBSD - July 4, 2017
CVSweb