Badges back to heading, reference v1 docs explicitly

pull/354/head
Vytautas Šaltenis 2017-05-06 20:18:15 +03:00
parent ad4c953876
commit 52dd06192f
1 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,6 @@
[![Build Status][BuildSVG]][BuildURL]
[![Godoc][GodocV1SVG]][GodocV1URL] (V1)
[![Godoc][GodocV2SVG]][GodocV2URL] (V2)
Blackfriday
[![Build Status][BuildSVG]][BuildURL]
[![Godoc][GodocV2SVG]][GodocV2URL]
===========
Blackfriday is a [Markdown][1] processor implemented in [Go][2]. It
@ -57,6 +55,9 @@ Potential drawbacks:
* API breakage. If you can't afford modifying your code to adhere to the new API
and don't care too much about the new features, v2 is probably not for you.
Documentation for the legacy v1 can be found here:
https://godoc.org/github.com/russross/blackfriday
Usage
-----
@ -311,7 +312,5 @@ License
[BuildSVG]: https://travis-ci.org/russross/blackfriday.svg?branch=master
[BuildURL]: https://travis-ci.org/russross/blackfriday
[GodocV1SVG]: https://godoc.org/github.com/russross/blackfriday?status.svg
[GodocV1URL]: https://godoc.org/github.com/russross/blackfriday
[GodocV2SVG]: https://godoc.org/gopkg.in/russross/blackfriday.v2?status.svg
[GodocV2URL]: https://godoc.org/gopkg.in/russross/blackfriday.v2