Converts Github markdown to slack mrkdwn.
Required The markdown to convert.
The converted text.
uses: rep-ai/[email protected]
with:
text: |
# Heading 1
## Heading 2
- List item 1
- List item 2
[Link](https://example.com)
Converts Github markdown to slack mrkdwn.
Required The markdown to convert.
The converted text.
uses: rep-ai/[email protected]
with:
text: |
# Heading 1
## Heading 2
- List item 1
- List item 2
[Link](https://example.com)