Markdown to Confluence

Paste Markdown and get Confluence markup — storage format (XHTML) for the Cloud REST API or wiki markup for Data Center. Code macros, info/note/warning/tip panels, tables, and nested lists all converted. Runs entirely in your browser, no upload, no sign-up.

Try:
Confluence markup

Markdown to Confluence, right in your browser

Paste a Markdown document and get clean Confluence markup you can drop straight into a page. The conversion runs entirely on your device with WebAssembly — your text is never uploaded, there is no account, and there are no limits. Pick storage format for the XHTML the Cloud REST API consumes, or wiki markup for the Data Center / Server "Insert markup" dialog.

Which output format do I want?

What gets converted

Safe by construction

Prose is escaped for the target format automatically — the XHTML special characters (&, <, >) in storage format and the structural characters ({, }, [, ], |) in wiki markup — so a 1 < 2 comparison or a {placeholder} won't break the page. Code blocks are emitted literally, so what you paste is exactly what runs.

Private by design

The conversion happens locally in your browser with WebAssembly. Nothing is sent to a server, so it works offline and your documents stay yours.

FAQ

What is the difference between storage format and wiki markup?

Storage format is the XHTML-based markup a Confluence Cloud page is actually stored as, and it's what the REST API consumes — it carries structured macros like the code and panel macros. Wiki markup is the older, more compact text dialect used by the Data Center / Server editor's "Insert markup" dialog. Pick storage format for Cloud and the API; pick wiki markup for the legacy insert flow.

How do I get an info, note, warning, or tip panel?

Write a blockquote whose first line starts with Note:, Warning:, Info:, or Tip: (case-insensitive) — for example > Warning: back up first. With the panel option on (the default), it becomes the matching Confluence panel macro and the prefix is removed. Turn the option off if you'd rather keep every blockquote as a plain quote.

Can I paste the wiki-markup output straight into Confluence Cloud?

Not directly — the Cloud editor doesn't accept wiki markup on paste. Use the storage format output for Cloud (via the storage editor or the REST API), and use wiki markup for the Data Center / Server "Insert markup" dialog, which still supports it.

What does the heading offset do?

It demotes every heading by 1–5 levels: with offset 1, # becomes h2 instead of h1, ## becomes h3, and so on. That's the right knob when you're pasting the converted content under an existing page title. Levels that would fall past h6 stay at h6.

Does anything get uploaded?

No — the whole conversion runs in your browser with WebAssembly. Your Markdown never leaves your device, there's no account, and it works offline once the page has loaded.

Developer & Automation Access

Run it from the terminal

Same engine as this page, headless — via the gizza CLI:

gizza tool markdown-to-confluence '# Release notes

Some **bold** and `inline code`.

> Note: back up before upgrading.

```sql
SELECT 1;
```

| Step | Owner |
|------|-------|
| Deploy | Alex |'

New to the CLI? Get gizza →

Open it by URL

Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:

https://gizza.ai/tools/markdown-to-confluence/?input=%23%20Release%20notes%0A%0ASome%20%2A%2Abold%2A%2A%20and%20%60inline%20code%60.%0A%0A%3E%20Note%3A%20back%20up%20before%20upgrading.%0A%0A%60%60%60sql%0ASELECT%201%3B%0A%60%60%60%0A%0A%7C%20Step%20%7C%20Owner%20%7C%0A%7C------%7C-------%7C%0A%7C%20Deploy%20%7C%20Alex%20%7C&format=storage&panel_blockquotes=true&heading_offset=0

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.