xref: /openbsd/regress/usr.bin/mandoc/mdoc/Bl/nested.in (revision 4cfece93)
1.\" $OpenBSD: nested.in,v 1.6 2017/07/04 14:53:24 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt BL-NESTED 1
4.Os
5.Sh NAME
6.Nm Bl-nested
7.Nd nested lists
8.Sh DESCRIPTION
9inset:
10.Bl -inset
11.It outer
12list
13.Bl -inset
14.It inner
15list
16.El
17.El
18inset compact:
19.Bl -inset -compact
20.It outer
21list
22.Bl -inset -compact
23.It inner
24list
25.El
26.El
27dash:
28.Bl -dash
29.It
30outer list
31.Bl -dash
32.It
33inner list
34.El
35.El
36dash compact:
37.Bl -dash -compact
38.It
39outer list
40.Bl -dash -compact
41.It
42inner list
43.El
44.El
45tag:
46.Bl -tag -width 4n
47.It outer tag
48outer text
49.Bl -tag -width 4n
50.It inner tag
51inner text
52.El
53outer text
54.El
55.Bl -tag -width 4n
56.It outer tag
57.Bd -ragged -compact
58outer text (display)
59.Ed
60.Bl -tag -width 4n
61.It inner tag
62inner text
63.El
64outer text
65.El
66.Bl -tag -width 4n
67.It outer tag
68.Dl outer text (one-line display)
69.Bl -tag -width 4n
70.It inner tag
71inner text
72.El
73outer text
74.El
75.Bl -tag -width 4n -offset 3n
76.It outer tag (indented 3n)
77outer text
78.Bl -tag -width 4n -offset 6n
79.It inner tag (indented 6n)
80inner text
81.El
82outer text
83.El
84final text
85