Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 332 Bytes

slackify-markdown-action

GitHub Action to convert markdown into Slack's mrkdwn. Basically just a wrapper of jsarafajr/slackify-markdown.

Usage

Inputs

  • text - The markdown text to convert.

Outputs

  • text - The markdown text converted to Slack's mrkdwn format.