The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Markdown::Parser

v0.3.2 2023-08-29T07:11:29+0900
    - Corrected an issue where a parser would yield errors when used more than once.

v0.3.1 2022-10-11T12:28:33+0900
    - Corrected minor parsing issue with list and last new lines

v0.3.0 2022-09-22T07:23:40Z +0900
    - Added the method from_html in Markdown::Parser to import HTML object from HTML::Object
    - Switch dependency from HTML::TreeBuilder to HTML::Object
    - Updated documentation
    - Corrected a bug in Markdown::Parser::Link in as_markdown
    - Improved as_markdown in Markdown::Parser::Code

v0.2.2 2022-09-19T20:57:51Z +0900
    - Changed internal object id delimiter to avoid it being confused with some markdown formatting.

v0.2.1 2022-09-19T14:02:24Z +0900
    - Corrected unit tests

v0.2.0 2022-09-19T08:30:31Z +0900
    - Added methods 'as_pod' in all modules to enable parsing markdown and converting it to pod.

v0.1.1 2021-12-22T12:39:25Z +0900
    - Updated distribution missing required module

v0.1.0 2021-08-14T18:52:50Z +0900
    - original release