summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Bd/nested.in
blob: 328fbf1d17f486da1b0ce4b9dd4a8ba0afd8770d (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
.\" $OpenBSD: nested.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate$
.Dt BD-NESTED 1
.Os
.Sh NAME
.Nm Bd-nested
.Nd nested displays and lists
.Sh DESCRIPTION
regular
text
.Bd -ragged -offset indent
outer
text (default indent)
.Bd -ragged -offset indent
inner
text (default indent)
.Ed
outer
text
.Ed
regular
text
.Bd -ragged -offset 4n
outer text (4n)
.Bd -ragged -offset 2n
inner text (2n)
.Ed
outer text
.Bl -tag -width 6n
.It tag
text
.El
outer text
.Ed
regular text
.Bl -tag -width 6n
.It tag
outer text
.Bd -ragged -offset 2n
inner text (2n)
.Ed
outer text
.El