mirror of
https://github.com/status-im/markdown.git
synced 2025-02-23 16:48:14 +00:00
Badges back to heading, reference v1 docs explicitly
This commit is contained in:
parent
ad4c953876
commit
52dd06192f
11
README.md
11
README.md
@ -1,8 +1,6 @@
|
|||||||
[![Build Status][BuildSVG]][BuildURL]
|
|
||||||
[![Godoc][GodocV1SVG]][GodocV1URL] (V1)
|
|
||||||
[![Godoc][GodocV2SVG]][GodocV2URL] (V2)
|
|
||||||
|
|
||||||
Blackfriday
|
Blackfriday
|
||||||
|
[![Build Status][BuildSVG]][BuildURL]
|
||||||
|
[![Godoc][GodocV2SVG]][GodocV2URL]
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Blackfriday is a [Markdown][1] processor implemented in [Go][2]. It
|
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
|
* 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.
|
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
|
Usage
|
||||||
-----
|
-----
|
||||||
@ -311,7 +312,5 @@ License
|
|||||||
|
|
||||||
[BuildSVG]: https://travis-ci.org/russross/blackfriday.svg?branch=master
|
[BuildSVG]: https://travis-ci.org/russross/blackfriday.svg?branch=master
|
||||||
[BuildURL]: https://travis-ci.org/russross/blackfriday
|
[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
|
[GodocV2SVG]: https://godoc.org/gopkg.in/russross/blackfriday.v2?status.svg
|
||||||
[GodocV2URL]: https://godoc.org/gopkg.in/russross/blackfriday.v2
|
[GodocV2URL]: https://godoc.org/gopkg.in/russross/blackfriday.v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user