Markdown Node Slack URL support

The idea is:

The markdown node outputs links as

[text](link)

However, slack uses the format:

<link|text>

as documented here. Any chance we can get an option in the Markdown node to support this markdown flavor? If not, what would be the text replacement equivalent for others that are struggling with this?

My use case:

Converting emails to slack posts.

I think it would be beneficial to add this because:

Slack is very big, and supporting their API is useful.

Any resources to support this?

Documentation Link.

Thank you, was trying to figure out why markdown links weren’t working!