Skip to content

Instantly share code, notes, and snippets.

@kolaente
Created January 13, 2018 10:52
Show Gist options
  • Save kolaente/2d8ad9e2ebc0562698ec052dc575e5d9 to your computer and use it in GitHub Desktop.
Save kolaente/2d8ad9e2ebc0562698ec052dc575e5d9 to your computer and use it in GitHub Desktop.
package main
import (
"gopkg.in/russross/blackfriday.v2"
"fmt"
)
func main() {
output := blackfriday.Run([]byte("blalabla ldsf test@local test@example.com https://example.com KÄsebRot"))
fmt.Println(string(output))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment