This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Description
Slack allows direct actions to be executed through deep links when the Desktop / Mobile app is installed.
When trying to render a deep link inside any markdown file is not being processed properly.
Examples that are currently happening to me:
[](slack://user?team=TEAM_ID&id=USER_ID)
[`#channel-linked-name`](slack://channel?team=TEAM_ID&id=CHANNEL_ID)
Is this caused because the markdown flavour used by Github to render markdown?