summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/link-url
blob: 7ef33fd172e80b52a3d94e2e9009260d5ea282e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[name]
Link to a URL

[input]
=head1 LINK TO URL

This is a L<link|http://www.example.com/> to a URL.

[output]
LINK TO URL
    This is a link <http://www.example.com/> to a URL.