There was an error while loading. Please reload this page.
The below program panics:
package main import "github.com/russross/blackfriday" func main() { blackfriday.MarkdownCommon([]byte("[]:<")) }