Slack to Markdown Converter

Drop in Slack mrkdwn and copy standard Markdown for docs, GitHub or anywhere else.

Detected source
Waiting for text…
Paste destination

Paste here

Ready for Markdown

Your converted, copy-ready text appears here.

Verified for Markdown

Copies the converted text the moment you paste or pick a destination, with no Copy click needed.

Runs entirely in your browser. Your text never leaves your device.

How Slack maps to Markdown

FeatureSlackMarkdown
Bold*x***x**
Strikethrough~x~~~x~~
Link<url|text>[text](url)

Common gotchas

  • Slack single-asterisk bold maps to double-asterisk Markdown.
  • Slack <url|label> links unpack to [label](url).
  • Slack has no headings to carry over.

Frequently asked

What does Slack single-asterisk bold become in Markdown?
Slack writes bold with one asterisk, so *bold* is rewritten to the double-asterisk **bold** that standard Markdown, GitHub and most editors expect.
Where do Slack links go in Markdown?
A Slack <url|label> link becomes a standard [label](url) Markdown link.

More converters