Slack's mrkdwn looks like Markdown but isn't — it uses single asterisks for bold, underscores for italics, tildes for strikethrough, and <url|label> for links. Preview your message exactly how it renders inside a Slack thread, including mentions, channels, and emoji shortcodes.
*bold* (not **bold**).
_italic_ (asterisks don't italicize).
~struck~.
`code`.
<https://url|label>. Not [label](url).
<@U07ABC> for users, <#C04XYZ|channel> for channels, <!subteam^S01|@team> for groups, <!here> / <!channel> / <!everyone>.
- or * bullets; just type them manually with • or numbered 1..
#/## are not rendered. Use Block Kit's header block instead.
> at the start of a line, single-line only.