Changes for version 1.003 - 2024-10-24
- anchor names can contain unicode, or, they can transliterate to ASCII. GitHub #6.
- many tests remain broken under HTML::Tidy, but this is not new. Note that as the world moves on (and this module doesn't), the HTML that external things generate may have evolved.
Changes for version 1.002_04 - 2024-10-18
- hoping this is the final test release
- recovered from the $TODO tests, where the $TODO has to live in the current package.
Changes for version 1.002_03 - 2024-09-30
- a final trial version perhaps
Changes for version 1.002_02 - 2024-09-21
- transliterate_ids changes to transliterated_ids
- fix some warnings in the tests
Changes for version 1.002_01 - 2024-09-20
- Trial to handle transliterated or unicode labels, for GitHub #16
- add transliterate_ids and unicode_ids options
- add to_html method, which is the same as markdown but should be used for anything new. Eventually markdown will be deprecated because it's the wrong name.
- add the multimarkdown_to_html function for the same reason. Use that instead of markdown() if you can.
- Text::Unidecode is now a prereq, for transliterate_ids
Modules
Convert MultiMarkdown syntax to (X)HTML