Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make a hyperlink in Slack Block Kit mrkdwn (markdown) block?

How can I make a link in a slack markdown block in Slack Block Kit?

I've tried what I'm used to using for markdown:

This is a [link](https://www.stackoverflow.com)

But that isn't working.

like image 596
cmcculloh Avatar asked Sep 14 '25 22:09

cmcculloh


1 Answers

Slack's Block Kit "mrkdwn" might be a bit different from what you are used to. You will need to do the following instead:

This is a <https://www.stackoverflow.com|link>

You can see this in action in Slack's Block Kit Building (you will need to sign in to a workspace)

like image 127
cmcculloh Avatar answered Sep 17 '25 18:09

cmcculloh