AsciiDoc to Markdown

Convert AsciiDoc into Markdown.

Example

AsciiDoc
== Section
*bold* and _italic_
Markdown
## Section

**bold** and *italic*

What it keeps

  • = section headings
  • Bold, italic and monospace
  • Lists, links and code blocks

Where it struggles

  • Attributes, includes and conditionals are simplified or dropped
  • Admonitions (NOTE, TIP) become plain paragraphs
  • Complex block macros may not map

Frequently asked questions

Which AsciiDoc features convert?

Headings, emphasis, lists, links and code blocks — the common document structure.

What happens to admonitions?

NOTE/TIP/WARNING blocks become plain text, since Markdown has no built-in admonition syntax.

Is anything uploaded?

No — it's converted in your browser.