Confluence to Markdown
Export a Confluence page to clean Markdown. Paste the page's wiki or storage markup below and convert it in your browser — headings, tables, lists, links and code come across, and nothing is uploaded.
Example
h1. Release notes
* Fixed the *login* bug
{code}deploy --prod{code}
# Release notes
- Fixed the **login** bug
```
deploy --prod
```
What it keeps
- h1.–h6. headings
- Bold, italic and {{inline code}}
- Bulleted and numbered lists, including nesting
- Links, {code}/{noformat} blocks and {quote} quotes
- Confluence ||tables|| become Markdown pipe tables
Where it struggles
- Paste the page's wiki or storage markup (page ••• → view markup, or a space export) — not the rendered page
- Merged or nested table cells are flattened to plain rows
- Macros like {info}, {panel} and {toc} have no Markdown equivalent, so they're simplified or dropped
Frequently asked questions
How do I export a Confluence page to Markdown?
Open the page, use the ••• menu to view its wiki/storage markup (or export the space), copy the markup, paste it here and download the Markdown.
Does it work with Confluence Cloud and Server?
Yes — paste the wiki or storage-format markup from either Confluence Cloud or Server/Data Center.
Does it convert Confluence tables?
Yes — Confluence ||tables|| are converted to Markdown pipe tables. Merged or nested cells are flattened to plain rows.
What happens to macros and panels?
Macros such as {info}, {panel} and {toc} have no Markdown equivalent, so they're reduced to their text or removed.
Is my Confluence content uploaded anywhere?
No — the markup is converted entirely in your browser and nothing is sent to a server.