xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/tag.in (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1.\" $OpenBSD: tag.in,v 1.18 2017/07/04 14:53:24 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt BL-TAG 1
4.Os
5.Sh NAME
6.Nm Bl-tag
7.Nd tagged lists
8.Sh DESCRIPTION
9.Bl -tag -width -4n
10.It tag
11x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
12.El
13.Bl -tag -width -0.26i
14.It tag
15x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
16.El
17.Bl -tag -width -2n
18.It tag
19x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
20.El
21.Bl -tag -width -1n
22.It tag
23x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
24.El
25.Bl -tag -width 0n
26.It tag
27x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
28.El
29.Bl -tag -width 1n
30.It tag
31x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
32.El
33.Bl -tag -width 2n
34.It tag
35x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
36.El
37.Bl -tag -width 3n
38.It tag
39x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
40.El
41.Bl -tag -width 4n
42.It tag
43x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
44.El
45.Bl -tag -width 5n
46.It tag
47x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
48.El
49.Bl -tag -width 5n
50.It four
51x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
52.El
53.Bl -tag -width 5n
54.It quint
55x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
56.El
57.Bl -tag -width 0.46i
58.It indent
59x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
60.El
61.Bl -tag -width 5n
62.It septime
63x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
64.El
65.Bl -tag -width 5n
66.It achtacht
67x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
68.El
69.Bl -tag -width 5n
70.It neun neun
71x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
72.El
73.Bl -tag -width 5n
74.It zehn_ zehn
75x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
76.El
77.Bl -tag -width 5n
78.It This is a very long text contained in the tag, it is so long \
79that it overruns the line -
80and here comes the item body.
81.El
82.Bl -tag -width 100n
83.It hundred
84text text
85.El
86.Pp
87Trailing white space in the head:
88.Bl -tag -width 5n
89.It "a"
90none
91.It "a "
92one
93.It "a  "
94two
95.It "a   "
96three
97.It "a    "
98four
99.It "a     "
100five
101.It "a      "
102six
103.It " "
104white space only
105.El
106.Pp
107Non-numeric width specification:
108.Bl -tag -width xxx
109.It tag
110text
111.El
112.Bl -tag -width xxxxxxxxxx
113.It tag
114text
115.El
116.Pp
117Scaling units other than n:
118.Bl -tag -width 4m
119.It tag
120text
121.El
122.Bl -tag -width 800M
123.It tag
124text
125.El
126.Bl -tag -width 14
127.It tag
128text
129.El
130.Pp
131Default width:
132.Bl -tag
133.It tag
134text
135.It long tag
136long text
137.It Sy tag Em with markup
138text
139.El
140.Pp
141Indented list:
142.Bl -tag -offset 6n -width xxx
143.It one
144first text
145.It two
146second text
147.El
148.Pp
149Embedded paragraph:
150.Bl -tag -width Ds
151.It tag
152first paragraph
153.Pp
154second paragraph
155.El
156