Paste Formatted Text Into Slack Without Breaking It
Move text from Markdown, Google Docs, or Notion into Slack cleanly by converting to mrkdwn or clearing carried-over formatting.
Direct answer
When you paste from Markdown, Google Docs, or Notion, stray symbols or unexpected styling often carry over. Convert the source to Slack mrkdwn first for predictable results, or paste and then clear formatting with the Slack shortcut so the message uses Slack's own styles.
Open Markdown to Slack converterWhen to use this
- You are moving content from a doc, Notion, or a Markdown file into Slack.
- Pasting brings in weird symbols, extra bold, or broken links.
- You want a clean message that uses Slack's formatting, not the source's.
Steps
- If the source is Markdown, convert it to Slack mrkdwn first.
- Paste the mrkdwn into the Slack message box.
- If styling looks wrong, select the text and clear formatting (Cmd/Ctrl+Shift+F or the composer menu).
- Fix links to the <url|text> form if they did not carry over.
- Preview the message before sending to confirm bold, italic, and links render.
Example conversion
**Reminder:** the [standup doc](https://example.com/standup) is due at ~~4pm~~ 5pm.
*Reminder:* the <https://example.com/standup|standup doc> is due at ~4pm~ 5pm.
Common mistakes
- Rich paste from Google Docs can inject non-breaking spaces and smart quotes; convert or clear formatting to remove them.
- Markdown links pasted as [text](url) will not become clickable in Slack; use <url|text>.
- Clearing formatting removes all styling, so reapply Slack bold or italic afterward if you need it.
FAQ
- How do I paste Markdown into Slack?
- Convert the Markdown to Slack mrkdwn first, then paste. That maps bold, italic, and links to Slack's syntax so nothing shows as literal symbols.
- How do I clear formatting when pasting into Slack?
- Select the pasted text and press Cmd+Shift+F (Mac) or Ctrl+Shift+F (Windows), or use the composer's formatting menu, to strip carried-over styles.
- Why do pasted links break in Slack?
- Markdown link syntax [text](url) is not valid mrkdwn. Convert links to the <url|text> form so they render as clickable links.
Related Markdown to Slack guides
Slack Message Formatting Syntax (mrkdwn vs Markdown)
Slack uses mrkdwn, not standard Markdown: one asterisk for bold, underscores for italic, and angle-bracket links. Here is the full reference.
Convert Markdown to Slack mrkdwn
Turn standard Markdown into Slack mrkdwn — bold, italic, strikethrough, links, and headings mapped to Slack's syntax.
How to Post Code Blocks in Slack
Use backticks for inline code and triple backticks for multi-line code blocks in Slack messages, and know what Slack does not support.
Slack Bold and Italic Not Working? Use mrkdwn
If **bold** or __italic__ shows literal symbols in Slack, you are using Markdown instead of mrkdwn. Here is the fix.
How to Make Bullet Points and Lists in Slack
Create bullet points and numbered lists in Slack using the composer's list buttons or literal bullet characters for bot messages.