xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/nonbreaking-space-l (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2S<> wrapping L<>
3
4[input]
5=head1 URLS
6
7SZ<><> wrapping LZ<><> should make the space between the anchor and URL
8non-breaking and thus keep them together.
9
10L<perl> L<Net::DNS> L<Net::DNS::RR> L<Net::DNS::SEC>
11S<L<RFC2535|https://tools.ietf.org/html/rfc2535>>
12S<L<RFC2536|https://tools.ietf.org/html/rfc2536>>
13S<L<RFC2931|https://tools.ietf.org/html/rfc2931>>
14S<L<RFC3110|https://tools.ietf.org/html/rfc3110>>
15S<L<RFC4034|https://tools.ietf.org/html/rfc4034>>
16
17[output]
18URLS
19    S<> wrapping L<> should make the space between the anchor and URL
20    non-breaking and thus keep them together.
21
22    perl Net::DNS Net::DNS::RR Net::DNS::SEC
23    RFC2535 <https://tools.ietf.org/html/rfc2535>
24    RFC2536 <https://tools.ietf.org/html/rfc2536>
25    RFC2931 <https://tools.ietf.org/html/rfc2931>
26    RFC3110 <https://tools.ietf.org/html/rfc3110>
27    RFC4034 <https://tools.ietf.org/html/rfc4034>
28