1. Migrating a Markdown Release Note to AsciiDoc
Technical WriterBackground
A software team is migrating documentation from a standard Markdown wiki to an Asciidoctor-powered static documentation site.
Problem
Manual conversion of GFM tables, code blocks, task lists, and note callouts is time-consuming and error-prone.
How to use
Select Markdown → AsciiDoc (`md2ad`), paste the Markdown release notes, check 'Promote first H1 to document title', and run the conversion.
direction: md2ad, promoteTitle: true, keepUnresolved: trueOutcome
Generates a clean AsciiDoc file with `= Title`, `[source,python]` blocks, `|===` tables, and native `NOTE:` admonitions.