summaryrefslogblamecommitdiffstats
path: root/regress/mdoc/Bl/nested.in
blob: 380e2e623b74c0fd2c23eba08610c76b3b4d8bd7 (plain) (tree)


















































































                                 
.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