Turn Jira markup into Markdown.
Paste a Jira or Confluence description and get clean Markdown back — headings, bold and italic, bulleted and numbered lists, links, code blocks, quotes and tables are all converted. It all runs in your browser — nothing is uploaded.
FAQ
Is my data uploaded?+
No. Your markup is parsed and converted entirely in your browser — it is never sent to a server. We count only anonymous, aggregate usage on our own server (a page view, that a conversion ran) — never your tickets, comments, or text.
What Jira / Confluence markup does it handle?+
Headings (h1.–h6.), *bold*, _italic_, -strike- and {{monospace}}, bulleted and numbered lists (including nesting via **/##), [text|url] and bare links, {code} / {noformat} blocks, {quote} and bq. quotes, and ||header|| tables. Decorative macros like {color} and {panel} are unwrapped.
Is code left untouched?+
Yes. Anything inside a {code} or {noformat} block is pulled out first and dropped into a fenced Markdown code block verbatim — markup inside it (like *stars*) is never reinterpreted.
How do nested lists work?+
Jira marks depth by repeating the marker — * then ** for a nested bullet, # then ## for nested numbers, and mixes like *#. Each extra marker becomes two spaces of indent in the Markdown so the nesting renders the same.