Revision history for Text-AsciidocDown
v0.1.1 2026-09-08
- Fix: implement the standalone typographic curly-quote/apostrophe
markers (`', '`, `", "`) so they resolve to their Unicode characters
(U+2019, U+2018, U+201D, U+201C) instead of passing through literally.
This fixes a round-trip regression where Text::MarkdownAdoc's `` `' ``
output was not converted back to a curly apostrophe by
Text::AsciidocDown.
- The fix lives in Subs::apply_inline_formatting(), between the
monospace stash and unstash, so real code-span backticks (e.g.
`` `code`'s ``) are never mistaken for a standalone marker.
v0.1.0 2026-07-02
- Initial public release.
- OO API via Text::AsciidocDown->new and ->convert.
- AsciiDoc-to-Markdown parser with practical block/inline support.
- Include pre-merge support with selector policies.
- CLI utility script/asciidoc-down with prepublish/postpublish workflows.