Convert Jira wiki markup to Markdown
Pulled a description out of a Jira ticket and need it in a README, PR or docs
file? Jira’s wiki markup doesn’t render anywhere else — this tool maps it
back to Markdown: h1. becomes # Heading, *bold* becomes **bold**,
{{mono}} becomes `code`, {code} blocks become fenced blocks, and
[text|url] becomes [text](url).
Lists (with nesting), blockquotes, strikethrough and rules are converted too. Everything runs in your browser — nothing is uploaded.