Confluence to Markdown Converter
Paste Confluence page content and get clean Markdown — info panels become callouts.
How to use:
- Open the Confluence page you want to convert
- Select the content (Ctrl/Cmd + A for the whole page body)
- Copy it (Ctrl/Cmd + C)
- Paste into the input area below (Ctrl/Cmd + V)
How to Export from Confluence
Confluence Cloud has no built-in Markdown export, so getting pages into Markdown takes one of these routes:
Copy and paste (fastest)
Select the page content in your browser and copy it. The clipboard carries Confluence's rendered HTML, which this tool cleans and converts. This handles headings, lists, tables, code macros, and information panels in one step.
Export to HTML, then convert
For whole spaces, use Space Settings → Export space (or ••• → Export on a single page where available) and choose HTML. Open the exported .html files, copy their contents (or paste the raw HTML source), and convert them here one page at a time.
How Info Panels Become Callouts
Confluence's information macros have no equivalent in standard Markdown, so this converter maps them to GitHub-style callout blockquotes, which render as styled panels on GitHub, in Obsidian, and in many documentation tools:
> [!NOTE]> [!TIP]> [!WARNING]> [!CAUTION]Panel titles are kept as bold text inside the callout, and macro chrome such as icons and expand controls is stripped. Everything runs locally in your browser — your wiki content is never uploaded.