all repos — grayfriday @ 119f356b88f847465545338f0108347453ae0b03

blackfriday fork with a few changes

Fix broken link to v2 in README
Vas Sudanagunta vas@commonkarma.org
Wed, 07 Feb 2018 15:16:47 -0500
commit

119f356b88f847465545338f0108347453ae0b03

parent

187c33ff049bddf24fc5c5b82facfdd62813a552

1 files changed, 9 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -34,9 +34,15 @@ Versions

-------- Currently maintained and recommended version of Blackfriday is `v2`. It's being -developed on its own branch: https://github.com/russross/blackfriday/v2. You -should install and import it via [gopkg.in][6] at -`gopkg.in/russross/blackfriday.v2`. +developed on its own branch: https://github.com/russross/blackfriday/tree/v2 and the +documentation is available at +https://godoc.org/gopkg.in/russross/blackfriday.v2. + +It is `go get`-able via via [gopkg.in][6] at `gopkg.in/russross/blackfriday.v2`, +but we highly recommend using package management tool like [dep][7] or +[Glide][8] and make use of semantic versioning. With package management you +should import `github.com/russross/blackfriday` and specify that you're using +version 2.0.0. Version 2 offers a number of improvements over v1: