App-pod2gfm

 view release on metacpan or  search on metacpan

bin/pod2gfm  view on Meta::CPAN

See L<Pod::Markdown/man_url_prefix>.

=item B<--perldoc-url-prefix>=I<URL>

Alter the perldoc I<URL>s that are created from C<< LE<lt>E<gt> >> codes. Default:
C<metacpan>.

See L<Pod::Markdown/perldoc_url_prefix>.

=item B<-h>, B<--help>

Display a summary of options and exit.

=item B<-v>, B<--version>

Display the B<pod2gfm> version number and exit.

=back

=head2 COMPLETION

To enable tab completion in bash, put the script in the C<PATH> and run this
in the shell or add it to a bash startup file (e.g. F</etc/bash.bashrc> or F<~/.bashrc>):

=for highlighter language=shell

  complete -C pod2gfm pod2gfm

Note that L<Getopt::Long::More> is required.

=head1 EXIT STATUS

=for highlighter

  0  success
  1  general failure
  2  command-line usage error

=head1 BUGS

Report bugs at L<https://github.com/author/App-pod2gfm/issues>.

=head1 AUTHOR

ryoskzypu <ryoskzypu@proton.me>

=head1 SEE ALSO

=over 4

=item *

L<GFM Syntax highlighting|https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting>

=item *

L<Pod::Markdown>

=back

These are similar utilities but they try to guess the language syntax for the
fenced code blocks, unlike L<Pod::Markdown::Githubert> (which lets you specify
a language in POD).

=over 4

=item *

L<Pod::Markdown::Github>

=item *

L<Pod::Github>

=back

=head1 COPYRIGHT

Copyright © 2026 ryoskzypu

MIT-0 License. See LICENSE for details.

=cut



( run in 1.125 second using v1.01-cache-2.11-cpan-140bd7fdf52 )