This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update podlators to 5.01
[perl5.git] / cpan / podlators / t / data / snippets / man / nested-lists
CommitLineData
a7ea90b1
SH
1[name]
2Nested lists
3
4[input]
5=over
6
7=item First level
8
9Blah blah blah....
10
11=over
12
13=item *
14
15Should be a bullet.
16
17=back
18
19=back
20
21[output]
22.IP "First level" 4
23.IX Item "First level"
24Blah blah blah....
25.RS 4
a9304318 26.IP \(bu 4
a7ea90b1
SH
27Should be a bullet.
28.RE
29.RS 4
30.RE