aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/nested.in
blob: 380e2e623b74c0fd2c23eba08610c76b3b4d8bd7 (plain) (blame)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.Dd May 19, 2013
.Dt BL-NESTED 1
.Os OpenBSD
.Sh NAME
.Nm Bl-nested
.Nd nested lists
.Sh DESCRIPTION
inset:
.Bl -inset
.It outer
list
.Bl -inset
.It inner
list
.El
.El
inset compact:
.Bl -inset -compact
.It outer
list
.Bl -inset -compact
.It inner
list
.El
.El
dash:
.Bl -dash
.It
outer list
.Bl -dash
.It
inner list
.El
.El
dash compact:
.Bl -dash -compact
.It
outer list
.Bl -dash -compact
.It
inner list
.El
.El
tag:
.Bl -tag -width 4n
.It outer tag
outer text
.Bl -tag -width 4n
.It inner tag
inner text
.El
outer text
.El
.Bl -tag -width 4n
.It outer tag
.Bd -ragged -compact
outer text (display)
.Ed
.Bl -tag -width 4n
.It inner tag
inner text
.El
outer text
.El
.Bl -tag -width 4n
.It outer tag
.Dl outer text (one-line display)
.Bl -tag -width 4n
.It inner tag
inner text
.El
outer text
.El
.Bl -tag -width 4n -offset 3n
.It outer tag (indented 3n)
outer text
.Bl -tag -width 4n -offset 6n
.It inner tag (indented 6n)
inner text
.El
outer text
.El
final text