Revision history for pmarkdown and the Markdown::Perl module.

1.01 - 2024-04-05

 - Deactivate the support for setext headings in pmarkdown default syntax.
 - Remove a copy of the input Markdown when using the functional interface.
 - Bugfixes:
   - Correctly scope a mode set in a call to convert().
   - Make the OO interface usable with read-only scalar for the Markdown
     content.

1.00 - 2024-03-31

 - Initial release with full support for the CommonMark spec, the GitHub
   Flavored Markdown extentions, and partial support for original Markdown
   syntax.