Skip to main content

Slack Markdown: Text Formatting Guide

Slack uses its own flavour of markdown called mrkdwn. The syntax differs from standard Markdown in a few important ways, most notably that bold uses a single asterisk instead of double. Use the reference below for copy-ready examples.

FormatSyntaxResult
Bold*text*Bold text
Italic_text_Italic text
Strikethrough~text~Strikethrough text
Inline Code`code`Monospaced code
Code Block```code```Multi-line code block
Block Quote> textIndented quote
Ordered List1. itemNumbered list item
Unordered List- itemBulleted list item

Slack Quirks

  • Slack uses non-standard markdown. *single asterisk* produces bold, not italic.
  • Standard Markdown links [text](url) are not supported. Use <url|text> instead.
  • Code blocks do not support language-specific syntax highlighting.
  • Strikethrough uses a single tilde ~text~ instead of double ~~text~~.

Need to write longer markdown? Try the Markdown Editor for a live preview as you type.

Slack Markdown: Text Formatting Guide | Kolavi Studio