xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/for-blocks (revision 5759b3d249badf144a6240f7eec4dcf9df003e6b)
1[name]
2=for blocks
3
4[input]
5=pod
6
7Some text.
8
9=for man
10Some raw nroff.
11
12=for roff \fBBold text.\fP
13
14=for html
15Stuff that's hidden.
16
17=for MAN \fIItalic text.\fP
18
19=for ROFF
20.PP
21\&A paragraph.
22
23More text.
24
25[output]
26Some text.
27Some raw nroff.
28\fBBold text.\fP
29\fIItalic text.\fP
30.PP
31\&A paragraph.
32.PP
33More text.
34