We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369b7e6 commit 887a807Copy full SHA for 887a807
README.md
@@ -18,9 +18,8 @@ func main() {
18
// convert to Slack markdown
19
fmt.Println("Slack: ", githubmarkdownconvertergo.Slack(markdown))
20
21
-
22
- markdown2 := "repo tickets in text, #6, #7"
23
// optonally githubmarkdownconvertergo.Slack is also accepting 2'nd argument that that can be used to customize converted behavor
+ markdown2 := "repo tickets in text, #6, #7"
24
fmt.Println("Slack: ", githubmarkdownconvertergo.Slack(markdown2, githubmarkdownconvertergo.SlackConvertOptions{
25
// Headlines will define if GitHub headlines will be updated to be bold text in slack
26
// there is no headlines as sucks in Slack
0 commit comments