Closed C0rn3j closed 3 years ago
which one links ? can you describe in more detail ?
https://github.com/php-slack/slack#questions https://github.com/php-slack/playground#see-the-real-message The Slack workspace ones.
This link is no longer active
To join this workspace, you’ll need to ask the person who originally invited you for a new link.
Is the []() Markdown functionality unsupported?
I can open a separate issue for the URL Markdown if needed.
$message .= "[".rtrim($commit->message)."](".$commit->url.") by _".$commit->author->name."_";
The <|>
mrkdwn (not Markdown) functionality is what you want (more info here) but be aware it's the other way around from markdown, i.e. <url|text>
instead of [text](url)
.
$url = 'https://api.slack.com/reference/surfaces/formatting#linking-urls';
$client->send("Please see <$url|Formatting text for app surfaces> :smile:");
I've been meaning to update the playground with some more recent changes, so can add this at the same time.
The <url|text>
syntax works great, thanks!
@C0rn3j thnx. We fix this links
Wanted to figure out how to send
[text](url)
Markdown but found out the playground links in /slack and /playground are both deadhttps://github.com/php-slack/playground