-
Notifications
You must be signed in to change notification settings - Fork 0
Description
ATM it is markdown and slack apparently supports very trimmed down markdown. So some alternative formatting or conversion should be worked out. May be there is already ... chatgpt said
Yes, there are several tools available to convert Markdown syntax to Slack syntax. Here are a few popular ones:
- Pandoc: Pandoc is a universal document converter that supports converting Markdown to Slack syntax. It's a command-line tool that you can install on your computer. Here's an example command to convert a Markdown file to Slack syntax using Pandoc:
pandoc -f markdown -t gfm -o output.slack input.md-
Slack-Markdown: Slack-Markdown is a Node.js module that provides a programmatic way to convert Markdown to Slack syntax. You can install it using npm and then use it in your Node.js projects.
-
Markdown to Slack: Markdown to Slack is a web-based tool that lets you paste your Markdown content and convert it to Slack syntax. It supports most Markdown elements and provides a live preview of the converted output.
There are also several other tools and plugins available that can help you convert Markdown to Slack syntax. You can choose the one that suits your needs and preferences.
will test later that pandoc