---
title: "Slack Markdown Guide"
canonical_url: "https://docs.getdx.com/slack-markdown/"
md_url: "https://docs.getdx.com/slack-markdown.md"
last_updated: "2026-06-18"
---

# Slack Markdown Guide
Slack has an extensive and vast list of `mrkdwn` capabilities which can be extremely useful when sending out your week before, day of, and at the close of snapshot **Custom messages**. Below you'll find a list of the more useful `mrkdwn` options for communicating with your teams and ensuring participation in your snapshot surveys!

- Using `_italic_` will produce _italicized_ text

  ```
  This is an _italic word_
  ```

  <br>

- Using `*bold*` will produce **bolded** text

  ```
  This is a *bold word*
  ```

  <br>

- To adjust text so that it appears as the link from the URL, you can do:

  ```
  <http://www.example.com|This message *is* a link>
  ```

  <br>

- You can link to a specific channel in your message like this:

  ```
  Why not join <#C024BE7LR>
  ```

  <br>

  You can get a channel’s ID from its settings screen:<br><br>

      ![](https://docs.getdx.com/assets/images/administration/slack-markdown/slack-channel-id.png){class="max-w-xs"}

      <br><br>

- Similar to linking to a channel, you can mention a specific user with their member ID:

  ```
  Hey <@U06HZ8TGXMH>, thanks for submitting your report!
  ```

  <br>

  You can get a user's ID from their Slack profile:<br><br>

      ![](https://docs.getdx.com/assets/images/administration/slack-markdown/slack-user-id.gif){class="max-w-xs"}

      <br><br>

- If you have [user groups](https://slack.com/help/articles/212906697-Create-a-user-group), you can mention them using this syntax:

  ```
  Hey <!subteam^SAZ94GDB8>, there's a new task in your queue.
  ```

  <br>

  You can get the sub-team’s group ID like this:<br><br>

      ![](https://docs.getdx.com/assets/images/administration/slack-markdown/slack-group-id.gif){class="max-w-xs"}

      <br><br>

To add even more such as a date, strikethroughs, emojis, and more, check out this [Slack article](https://api.slack.com/reference/surfaces/formatting#date-formatting).
---

## Sitemap

[Overview of all docs pages](/llms.txt)
