Slack Text Formatting
Paste any text to format it for Slack, or use the full mrkdwn cheat sheet below.
Detected source
Waiting for text…
Paste destination
Paste here
Ready for Slack
Your converted, copy-ready text appears here.
Verified for Slack
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.
Slack formatting cheat sheet
| Feature | Syntax |
|---|---|
| Bold | *x* |
| Italic | _x_ |
| Strikethrough | ~x~ |
| Inline code | `x` |
| Code block | ```x``` |
| Quote | > x |
| Link | <url|text> |
What Slack cannot do
- Slack mrkdwn is not standard Markdown.
- No headings.
- No underline.
Frequently asked
- Is Slack mrkdwn the same as Markdown?
- No. Slack uses single-asterisk bold and angle-bracket links, so standard Markdown needs converting first.
- How do I link text in Slack?
- Use the angle-bracket form <url|text>, which shows the text as a clickable link.
- Does Slack have headings?
- No. Slack has no heading syntax, so use a bold line instead.