Skip to content

This is simple golang code with own test to convert `General` Markdown to slack markdown for all font types.

Notifications You must be signed in to change notification settings

devnum1/GoMarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is simple golang code with own test to convert `General` Markdown to slack markdown for all font types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages