Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richard-pamintuan/gomarkdown
This is simple golang code with own test to convert `General` Markdown to slack markdown for all font types.
https://github.com/richard-pamintuan/gomarkdown
golang
Last synced: about 1 month ago
JSON representation
This is simple golang code with own test to convert `General` Markdown to slack markdown for all font types.
- Host: GitHub
- URL: https://github.com/richard-pamintuan/gomarkdown
- Owner: richard-pamintuan
- Created: 2024-08-02T16:01:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T14:23:42.000Z (6 months ago)
- Last Synced: 2024-11-20T11:44:41.553Z (2 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert general markdown to slack markdown
For example, we can bold the text using "*" sign in web or other markdown template, but it not work in slack.
So we need to convert to "**" and also we consider several cases.
Golang provides module for markdown but it doesn't provides markdown for all slack markdown.
You can use this convert function to get all slack markdown in your project.