diff --git a/lib/github/commands/pod2html b/lib/github/commands/pod2html
index faf46e4a..aaed6022 100755
--- a/lib/github/commands/pod2html
+++ b/lib/github/commands/pod2html
@@ -7,6 +7,7 @@ my $p = Pod::Simple::XHTML->new;
$p->html_header('');
$p->html_footer('');
$p->perldoc_url_prefix('https://metacpan.org/pod/');
+$p->anchor_items(1);
$p->strip_verbatim_indent(sub {
my $lines = shift;
(my $indent = $lines->[0]) =~ s/\S.*//;