Skip to content

Instantly share code, notes, and snippets.

View stefba's full-sized avatar

sacer barsch stefba

View GitHub Profile
@rtfb
rtfb / main.go
Created July 28, 2017 19:36
A complete example of a custom Blackfriday v2 renderer with pygmentizing CodeBlock handler
package main
import (
"fmt"
"io"
"os/exec"
bf "gopkg.in/russross/blackfriday.v2"
)