xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/link-url (revision de8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b)
1[name]
2Link to a URL
3
4[input]
5=head1 LINK TO URL
6
7This is a L<link|http://www.example.com/> to a URL.
8
9[output]
10LINK TO URL
11    This is a link <http://www.example.com/> to a URL.
12