Changes for version 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.
Modules
Lightweight AsciiDoc to Markdown conversion
Include directive pre-expansion for AsciiDoc
AsciiDoc-to-Markdown parser engine
Reference index and link rewriting for AsciiDoc
Attribute substitution and inline formatting