Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"slack syntax" support #27

Open
yarikoptic opened this issue Mar 9, 2023 · 0 comments
Open

"slack syntax" support #27

yarikoptic opened this issue Mar 9, 2023 · 0 comments

Comments

@yarikoptic
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant