Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.