The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for String-Tagged-Markdown

0.05    2023-09-25
        [CHANGES]
         * Decode HTML entities during parsing
         * Encode `&` and ` ` entities when building

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.