- Is AsciiDoc the same as Markdown?
- No. AsciiDoc is a more feature-rich format designed for long-form technical documents: it has native support for footnotes, cross-references, includes, sidebars, and output to multiple formats. Markdown is simpler and better suited for short-form web content.
- Does the converter support Asciidoctor extensions?
- No — client-side conversion handles core AsciiDoc syntax. Asciidoctor extensions (diagram, pdf) run server-side and are not supported here. Use the Asciidoctor CLI for those.
- Can I convert the other way — HTML to AsciiDoc?
- This tool converts AsciiDoc to HTML only. For the reverse direction, Pandoc supports HTML-to-AsciiDoc conversion via command line.