xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/blank/list.in (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1.\" $OpenBSD: list.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt BLANK-LIST 1
4.Os
5.Sh NAME
6.Nm blank-list
7.Nd handling of blank lines in lists
8.Sh DESCRIPTION
9normal list:
10.Bl -item -offset indent
11.It
12first item
13.It
14second item
15.El
16list with paragraphs:
17.Bl -item -offset indent
18.It
19first item
20.Pp
21.It
22second item
23.Pp
24.El
25list with final paragraph:
26.Bl -item -offset indent
27.It
28item
29.El
30.Pp
31list with double paragraph:
32.Bl -item -offset indent
33.It
34item
35.Pp
36.El
37.Pp
38normal compact list:
39.Bl -item -compact -offset indent
40.It
41first item
42.It
43second item
44.El
45compact list with paragraphs:
46.Bl -item -compact -offset indent
47.It
48first item
49.Pp
50.It
51second item
52.Pp
53.El
54compact list with final paragraph:
55.Bl -item -compact -offset indent
56.It
57item
58.El
59.Pp
60compact list with double paragraph:
61.Bl -item -compact -offset indent
62.It
63item
64.Pp
65.El
66.Pp
67End.
68