This module uses Pod::Simple to convert POD to Markdown.
Literal characters in Pod that are special in Markdown (like asterisks) are backslash-escaped when appropriate.
By default 'markdown' and 'html' formatted regions are accepted. Regions of 'markdown' will be passed through unchanged. Regions of 'html' will be placed inside a '<div>' tag so that markdown characters won't be processed. Regions of ':markdown' or ':html' will be processed as POD and included. To change which regions are accepted use the Pod::Simple API:
my $parser = Pod::Markdown->new; $parser->unaccept_targets(qw( markdown html ));
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
3.300-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
3.300-bp155.2.10 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
3.300-bp154.1.20 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
3.005-bp153.1.15 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
3.005-bp152.3.15 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
3.005-bp151.3.1 info | GA Release | 2019-07-16 | 15 SP1 |
|
|
3.005-bp151.2.14 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
3.005-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|