summaryrefslogtreecommitdiff
path: root/cpan/podlators/t/data/snippets/man/nested-lists
blob: 769dc95e8ffe323d9be710cc800992f7da186cc2 (plain)
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
[name]
Nested lists

[input]
=over

=item First level

Blah blah blah....

=over

=item *

Should be a bullet.

=back

=back

[output]
.IP "First level" 4
.IX Item "First level"
Blah blah blah....
.RS 4
.IP \(bu 4
Should be a bullet.
.RE
.RS 4
.RE