klothoplatform / slack-notifier

Slack notification bot
MIT License
3 stars 0 forks source link

translate GH markdown to Slack mrkdwn #54

Open ghost opened 1 year ago

ghost commented 1 year ago

Today, we just post the GH-flavored markdown into Slack's mrkdwn. It works for some of the basic stuff, but also often breaks.

This library could help: https://github.com/jsarafajr/slackify-markdown (and by "help" I mean "basically do it all for us").

This would probably also fix #44.