Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
heart

GitHub Action

Slack Markdown Converter

v1.0.0

Slack Markdown Converter

heart

Slack Markdown Converter

Converts markdown to Slack's mrkdwn

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Slack Markdown Converter

uses: LoveToKnow/slackify-markdown-action@v1.0.0

Learn more about this action in LoveToKnow/slackify-markdown-action

Choose a version

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.