File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- personal_ws-1.1 en 176
1+ personal_ws-1.1 en 177
22BlockTree
33CDATA
44CommonMark
8686gfm
8787github
8888gx
89+ gxc
8990hd
9091helpfull
9192helpoptions
Original file line number Diff line number Diff line change 11Revision history for pmarkdown and the Markdown::Perl module.
22
3- 1.03 - ??
3+ 1.03 - 2024-04-10
44
55 - Disable hard line breaks using two spaces in our default syntax because they
66 are invisible in the source file.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66use Markdown::Perl;
77
8- our $VERSION = ' 1.02 ' ; # Remember to also set the Markdown::Perl version.
8+ our $VERSION = ' 1.03 ' ; # Remember to also set the Markdown::Perl version.
99
10101;
1111
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use Scalar::Util 'blessed';
1717
1818use parent ' Markdown::Perl::Options' ;
1919
20- our $VERSION = ' 1.02 ' ; # Remember to also set the App::pmarkdown version.
20+ our $VERSION = ' 1.03 ' ; # Remember to also set the App::pmarkdown version.
2121
2222our @EXPORT_OK = qw( convert set_options) ;
2323our %EXPORT_TAGS = (all => \@EXPORT_OK );
You can’t perform that action at this time.
0 commit comments