Closed davemeyer closed 4 years ago
currently you would have to do something like
<MarkdownText> {`<${'thing.url}|${thing.name}>`} </MarkdownText>
to create a slack link with alt text
it would be simpler to have a
<MarkdownLink url={thing.url} text={thing.name} />
ah, it exists as Link already 🤦
currently you would have to do something like
to create a slack link with alt text
it would be simpler to have a