# all·markdown

Confluence to Markdown

Copy a Confluence page, paste it below, and get Markdown back — headings, tables, lists and links intact. No API token, no admin rights, and nothing leaves your browser.

Paste your Confluence page below — or drop an exported .html file

or

Select the page body, copy, then paste

Converted in this tab. The file is never uploaded.

Why copy and paste rather than an export

It is the shortest route that actually preserves structure. When you copy from Confluence, the clipboard holds an HTML version of the selection alongside the plain text — the same HTML the browser was rendering. This page converts that, so a heading stays a heading instead of becoming a line of text that merely looks important.

The alternative, Confluence's space export, is the right tool for moving hundreds of pages at once. It produces HTML or XML files, which you can convert here through HTML to Markdown. For one page, or ten, the clipboard is faster and needs no permissions.

What survives, and what cannot

Then tidy it

Confluence's HTML tends to be verbose, so the converted Markdown often has inconsistent bullets and stray blank lines. The formatter normalises all of that without changing what the document says, and the editor shows you the rendered result while you fix anything the conversion could not.

Common questions

How do I convert a Confluence page to Markdown?
Open the page, select the body, copy, then paste into the box below. The clipboard carries the page as HTML and that is what gets converted, so headings, tables, lists and links come across as Markdown rather than as flattened text.
Do I need admin rights or an API token?
No. Nothing here talks to Confluence — the conversion works from what your clipboard already holds, which is whatever you can already see. If you can read the page, you can convert it.
Does it handle Confluence tables?
Yes, as long as they are ordinary tables. They become GitHub-flavoured Markdown tables with pipes. Merged cells are the exception: Markdown has no way to express a cell spanning two columns, so those come out as separate cells and need a manual tidy.
What happens to macros, panels and status lozenges?
They have no Markdown equivalent, so they degrade to their text content. Info and warning panels usually become plain paragraphs or blockquotes; a table of contents macro produces nothing, because the content was never in the page — Confluence generated it at render time.
Can I export a whole space at once?
Not from here. This converts one page at a time from your clipboard. For a bulk migration, Confluence's own space export produces HTML or XML, and the HTML files can then be converted one by one on the HTML to Markdown page.
What about attachments and images?
Image references come across pointing at their original Confluence URLs, which usually require a login to load. Download the ones you need and repoint the links, or delete them — the Markdown itself is unaffected either way.