1.Dd July 17, 2012
2.Dt BLANK-LIST 1
3.Os OpenBSD
4.Sh NAME
5.Nm blank-list
6.Nd handling of blank lines in lists
7.Sh DESCRIPTION
8normal list:
9.Bl -item -offset indent
10.It
11first item
12.It
13second item
14.El
15list with paragraphs:
16.Bl -item -offset indent
17.It
18first item
19.Pp
20.It
21second item
22.Pp
23.El
24list with final paragraph:
25.Bl -item -offset indent
26.It
27item
28.El
29.Pp
30list with double paragraph:
31.Bl -item -offset indent
32.It
33item
34.Pp
35.El
36.Pp
37normal compact list:
38.Bl -item -compact -offset indent
39.It
40first item
41.It
42second item
43.El
44compact list with paragraphs:
45.Bl -item -compact -offset indent
46.It
47first item
48.Pp
49.It
50second item
51.Pp
52.El
53compact list with final paragraph:
54.Bl -item -compact -offset indent
55.It
56item
57.El
58.Pp
59compact list with double paragraph:
60.Bl -item -compact -offset indent
61.It
62item
63.Pp
64.El
65.Pp
66End.
67