Markdown to AsciiDoc
Convert Markdown to AsciiDoc.
Example
# Title
Some **bold** text.
= Title
Some *bold* text.
What it keeps
- Headings become = titles
- Emphasis, lists and links
- Code blocks
Where it struggles
- Minor inline simplifications
- AsciiDoc-specific block macros aren't generated
Frequently asked questions
What's this for?
Bringing Markdown into an AsciiDoc/Antora documentation toolchain.
Does it keep lists and links?
Yes — the everyday structure converts cleanly.
Is it processed locally?
Yes — in your browser.