xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/nested.in (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1*943fb9d8Sschwarze.\" $OpenBSD: nested.in,v 1.6 2017/07/04 14:53:24 schwarze Exp $
2*943fb9d8Sschwarze.Dd $Mdocdate: July 4 2017 $
3aa0539afSschwarze.Dt BL-NESTED 1
4*943fb9d8Sschwarze.Os
5aa0539afSschwarze.Sh NAME
6aa0539afSschwarze.Nm Bl-nested
7aa0539afSschwarze.Nd nested lists
8aa0539afSschwarze.Sh DESCRIPTION
9aa0539afSschwarzeinset:
10aa0539afSschwarze.Bl -inset
11aa0539afSschwarze.It outer
12aa0539afSschwarzelist
13aa0539afSschwarze.Bl -inset
14aa0539afSschwarze.It inner
15aa0539afSschwarzelist
16aa0539afSschwarze.El
17aa0539afSschwarze.El
18aa0539afSschwarzeinset compact:
19aa0539afSschwarze.Bl -inset -compact
20aa0539afSschwarze.It outer
21aa0539afSschwarzelist
22aa0539afSschwarze.Bl -inset -compact
23aa0539afSschwarze.It inner
24aa0539afSschwarzelist
25aa0539afSschwarze.El
26aa0539afSschwarze.El
27aa0539afSschwarzedash:
28aa0539afSschwarze.Bl -dash
29aa0539afSschwarze.It
30aa0539afSschwarzeouter list
31aa0539afSschwarze.Bl -dash
32aa0539afSschwarze.It
33aa0539afSschwarzeinner list
34aa0539afSschwarze.El
35aa0539afSschwarze.El
36aa0539afSschwarzedash compact:
37aa0539afSschwarze.Bl -dash -compact
38aa0539afSschwarze.It
39aa0539afSschwarzeouter list
40aa0539afSschwarze.Bl -dash -compact
41aa0539afSschwarze.It
42aa0539afSschwarzeinner list
43aa0539afSschwarze.El
44aa0539afSschwarze.El
45a14e0b20Sschwarzetag:
46a14e0b20Sschwarze.Bl -tag -width 4n
47a14e0b20Sschwarze.It outer tag
48a14e0b20Sschwarzeouter text
49a14e0b20Sschwarze.Bl -tag -width 4n
50a14e0b20Sschwarze.It inner tag
51a14e0b20Sschwarzeinner text
52a14e0b20Sschwarze.El
53a14e0b20Sschwarzeouter text
54a14e0b20Sschwarze.El
55a14e0b20Sschwarze.Bl -tag -width 4n
56a14e0b20Sschwarze.It outer tag
57a14e0b20Sschwarze.Bd -ragged -compact
58a14e0b20Sschwarzeouter text (display)
59a14e0b20Sschwarze.Ed
60a14e0b20Sschwarze.Bl -tag -width 4n
61a14e0b20Sschwarze.It inner tag
62a14e0b20Sschwarzeinner text
63a14e0b20Sschwarze.El
64a14e0b20Sschwarzeouter text
65a14e0b20Sschwarze.El
66a14e0b20Sschwarze.Bl -tag -width 4n
67a14e0b20Sschwarze.It outer tag
68a14e0b20Sschwarze.Dl outer text (one-line display)
69a14e0b20Sschwarze.Bl -tag -width 4n
70a14e0b20Sschwarze.It inner tag
71a14e0b20Sschwarzeinner text
72a14e0b20Sschwarze.El
73a14e0b20Sschwarzeouter text
74a14e0b20Sschwarze.El
751b12f2b2Sschwarze.Bl -tag -width 4n -offset 3n
761b12f2b2Sschwarze.It outer tag (indented 3n)
771b12f2b2Sschwarzeouter text
781b12f2b2Sschwarze.Bl -tag -width 4n -offset 6n
791b12f2b2Sschwarze.It inner tag (indented 6n)
801b12f2b2Sschwarzeinner text
811b12f2b2Sschwarze.El
821b12f2b2Sschwarzeouter text
831b12f2b2Sschwarze.El
84aa0539afSschwarzefinal text
85