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 String-Tagged-Markdown

0.04    2023-02-13
        [CHANGES]
         * Include a Markdown-to-HTML example script for additional testing

        [BUGFIXES]
         * Don't attempt the HFM highlight test if Convert::Color is not
           available (RT146288)

0.03    2023-02-06
        [CHANGES]
         * Handle the multiple-backtick version of fixed-width
         * Permit extension syntax by subclassing
         * Added `String::Tagged::Markdown::HFM` to handle HedgeDoc extensions
         * Swap all unit tests from `Test::More` to `Test2::V0`

0.02    2022-12-04
        [BUGFIXES]
         * Don't need to escape most formatting characters inside `fixed` text

0.01    2022-12-04
        First version, released on an unsuspecting world.