aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/bullet-basic.in
blob: 342446785aac53171ab80157d39c40117ef17b59 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.Dd May 16, 2010
.Dt BL-BULLET-BASIC 1
.Os
.Sh NAME
.Nm Bl-bullet-basic
.Nd tests bullet lists
.Sh DESCRIPTION
.Ss Line breaks in items:
.Bl -bullet -width 5n
.It
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 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 x x
.El
.Ss Nesting of ".Bl -bullet" and empty ".Bd -literal"
.Bl -bullet
.It
.Bd -literal
.Ed
y
.It
.El
.Ss Nesting of ".Bl -bullet" and ".Bd -literal":
.Bl -bullet
.It
.Bd -literal
xy
.Ed
y
.It
.El
.Ss Nesting of ".Bl -bullet" and empty ".Bd -compact -literal":
.Bl -bullet
.It
.Bd -literal -compact
.Ed
y
.It
.El
.Ss Nesting of ".Bl -bullet" and ".Bd -compact -literal":
.Bl -bullet
.It
.Bd -literal -compact
xy
.Ed
y
.It
.El
.Ss Nesting of ".Bl -bullet -compact" and empty ".Bd -compact -literal":
.Bl -bullet -compact
.It
.Bd -literal -compact
.Ed
y
.It
.El
.Ss Nesting of ".Bl -bullet -compact" and ".Bd -compact -literal":
.Bl -bullet -compact
.It
.Bd -literal -compact
xy
.Ed
y
.It
.El