1[name]
2margin option
3
4[options]
5margin 4
6
7[input]
8=head1 SAMPLE
9
10This is some body text that is long enough to be a paragraph that wraps,
11thereby testing margins with wrapped paragraphs.
12
13 This is some verbatim text.
14
15=over 6
16
17=item Test
18
19This is a test of an indented paragraph.
20
21This is another indented paragraph.
22
23=back
24
25[output]
26    SAMPLE
27        This is some body text that is long enough to be a paragraph that
28        wraps, thereby testing margins with wrapped paragraphs.
29
30         This is some verbatim text.
31
32        Test  This is a test of an indented paragraph.
33
34              This is another indented paragraph.
35