Skip to content

An Blackfriday v2 Renderer which translates markdown to slack styling

License

Notifications You must be signed in to change notification settings

moira-alert/blackfriday-slack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackfriday-slack

A Blackfriday v2 Renderer which translates markdown to slack styling

godoc license Go Report Card

Installation

$ go get -u github.com/karriereat/blackfriday-slack

Examples

Input

i had to mask the code block for this example

# head1

## head2
- list1
- list2
- list3

### head3
* list4
* list5
* list6

### head3
* list1
  * list 2
  * list 3
    * list 4
    * list 5
      * list 6
      * list 7
  * list 8
* list 9

### head4
1. list1
2. list2
3. list3
  1. list4
  2. list5
4. list6

---
`code`
---

\``` go
    code block 
    such code block - much wow
```\

Output

output image

Documentation

GoDoc

Thanks

Blackfriday-Slack is heavily inspired by Blackfriday-Confluence

License

Apache 2.0

About

An Blackfriday v2 Renderer which translates markdown to slack styling

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%