We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08ea2aa + 005be7e commit 0f9a188Copy full SHA for 0f9a188
lib/github/commands/pod2html
@@ -7,6 +7,7 @@ my $p = Pod::Simple::XHTML->new;
7
$p->html_header('');
8
$p->html_footer('');
9
$p->perldoc_url_prefix('https://metacpan.org/pod/');
10
+$p->anchor_items(1);
11
$p->strip_verbatim_indent(sub {
12
my $lines = shift;
13
(my $indent = $lines->[0]) =~ s/\S.*//;
0 commit comments