NAME
Pod::Simple::Role::XHTML::WithAccurateTargets - Use more accurate link targets
SYNOPSIS
package MyPodParser;
with 'Pod::Simple::Role::XHTML::WithAccurateTargets';
my $parser = MyPodParser->new;
$parser->output_string(\my $html);
$parser->parse_string_document($pod);
DESCRIPTION
The normal targets used by Pod::Simple::XHTML are heavily filtered, meaning heading that are primarily symbolic (such as @_
in perlvar) can't be usefully linked externally. Link targets will be added using minimal filtering, which will also be used for linking to external pages.
SUPPORT
See MetaCPAN::Pod::HTML for support and contact information.
AUTHORS
See MetaCPAN::Pod::HTML for authors.
COPYRIGHT AND LICENSE
See MetaCPAN::Pod::HTML for the copyright and license.