The Perl Toolchain Summit 2025 Needs You: You can help πŸ™ Learn more

β€”
use strict;
our $VERSION = '1.10'; # Remember to also set the Markdown::Perl version.
1;
__END__
=pod
=encoding utf8
=head1 NAME
App::pmarkdown
=head1 SYNOPSIS
This package is only here to reserve the C<App::pmarkdown> name to simplify the
installation of the L<pmarkdown> program.
The documentation for the markdown processor is in the L<pmarkdown> page. It’s
implementation is based on the L<Markdown::Perl> library that can be used
programmatically too.
=cut