Your output will appear here
Your output will appear here
Run a conversion to see the report
Convert Markdown and DOCX to Confluence format. Paste markdown, preview the result, and publish directly — no more broken formatting when pasting into Confluence.
Your output will appear here
Your output will appear here
Run a conversion to see the report
Pasting markdown into Confluence often breaks formatting — headings disappear, lists flatten, code blocks lose syntax highlighting. ConvertToConfluence converts your Markdown or DOCX to the Atlassian Document Format (ADF) that Confluence actually understands.
Input
Paste Markdown into the editor or upload a .md or .docx file. Conversion starts automatically.
Preview & ADF
See a live preview of how your content will look in Confluence, or switch to the ADF JSON tab for the raw output.
Review
Check the conversion report for warnings or errors. Enable accessibility checks to catch missing alt text or skipped headings.
Publish
Copy the rendered preview into Confluence or Jira, or publish directly via the Confluence API with your token.
Confluence's editor does not reliably import Markdown. Pasting from VS Code, GitHub, or a README often produces garbled output. This tool converts markdown to Confluence format correctly — including DOCX to Confluence conversion.
Every conversion produces a report below the output panel. It tells you exactly what happened to your content.
OK
Elements that converted cleanly — headings, paragraphs, lists, code blocks, etc.
Warnings
Content that converted but may need a manual check — unsupported nesting, complex tables, or unknown markup.
Errors
Elements that could not be mapped to ADF. The report includes the line number so you can fix the source.
The report also includes optional accessibility checks — missing alt text on images, skipped heading levels, and empty links. Toggle them on in the report panel.
Atlassian Document Format (ADF) is the JSON-based document structure used by Confluence and Jira. It replaced the older wiki markup and storage format. Every page you create in Confluence Cloud is stored as ADF internally.
ADF represents content as a tree of typed nodes — paragraphs, headings, tables, code blocks, media, and more. The ADF JSON tab in the converter shows this raw structure. You can use it with the Confluence REST API to create or update pages programmatically.
To publish directly to Confluence, you need an Atlassian API token.
https://yourcompany.atlassian.net/wiki) and your Atlassian email.The token is stored in your browser only. It is never sent to our servers.
Jira issue descriptions and comments use the same rich-text editor as Confluence. You can use the converted output in Jira:
No account required. Conversion runs entirely in your browser — no data is sent to a server. Publishing uses your Confluence API token directly.