https://github.com/probably-not/slackparser
Slack has their own version of Markdown called mrkdwn... it sucks. Here's a parser ish thing for it.
https://github.com/probably-not/slackparser
Last synced: 2 months ago
JSON representation
Slack has their own version of Markdown called mrkdwn... it sucks. Here's a parser ish thing for it.
- Host: GitHub
- URL: https://github.com/probably-not/slackparser
- Owner: probably-not
- Created: 2023-02-14T02:23:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T04:14:25.000Z (over 3 years ago)
- Last Synced: 2025-01-07T06:32:13.299Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# slackparser
Slack has their own version of Markdown called mrkdwn... it sucks. Here's a parser ish thing for it.