diff options
Diffstat (limited to 'regress/mdoc/Bl/nested.in')
-rw-r--r-- | regress/mdoc/Bl/nested.in | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/regress/mdoc/Bl/nested.in b/regress/mdoc/Bl/nested.in new file mode 100644 index 00000000..380e2e62 --- /dev/null +++ b/regress/mdoc/Bl/nested.in @@ -0,0 +1,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 |