jsarafajr / slackify-markdown

Convert markdown into Slack-specific markdown
MIT License
129 stars 25 forks source link

Link's should support multiple markdown formats #13

Closed fourcolors closed 3 years ago

fourcolors commented 4 years ago

Hey I noticed that links will not allow for formatted markdown ie: if you have markdown like this

~~**_[www.google.com ](www.google.com)_**~~

www.google.com This will show up as a plain link. It seems that nested markdown works everywhere else but not for links.

jsarafajr commented 4 years ago

Hi @fourcolors, thanks for reporting 👍 I'll look into it next week if there won't be any PRs fixings it until then.

fourcolors commented 4 years ago

Awesome, I'll take a stab at it.

jsarafajr commented 3 years ago

This case should work when URL has a protocol:

~~**_[title](https://www.google.com)_**~~