Skip to content

Commit 201560b

Browse files
committed
docs: update README
1 parent 8f6e6d0 commit 201560b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
[![https://pkg.go.dev/github.com/yuin/goldmark](https://pkg.go.dev/badge/github.com/yuin/goldmark.svg)](https://pkg.go.dev/github.com/yuin/goldmark)
44
[![https://github.com/yuin/goldmark/actions?query=workflow:test](https://github.com/yuin/goldmark/actions/workflows/test.yaml/badge.svg?branch=master&event=push)](https://github.com/yuin/goldmark/actions?query=workflow:test)
55
[![https://coveralls.io/github/yuin/goldmark](https://coveralls.io/repos/github/yuin/goldmark/badge.svg?branch=master)](https://coveralls.io/github/yuin/goldmark)
6-
[![https://goreportcard.com/report/github.com/yuin/goldmark](https://goreportcard.com/badge/github.com/yuin/goldmark)](https://goreportcard.com/report/github.com/yuin/goldmark)
76

87
> A Markdown parser written in Go. Easy to extend, standards-compliant, well-structured.
98
109
goldmark is compliant with CommonMark 0.31.2.
1110

12-
- [goldmark playground](https://yuin.github.io/goldmark/playground/) : Try goldmark online. This playground is built with WASM(5-10MB).
11+
- [goldmark playground](https://yuin.github.io/goldmark/playground/v2/) : Try goldmark online. This playground is built with WASM(5-10MB).
1312

1413
There is also a Rust version of goldmark: [rushdown](https://github.com/yuin/rushdown)
1514

1615
## v2 status
1716

18-
v2 is currently in beta. The API is almost stable, but some parts may change. Please report any issues you find.
17+
v2 is currently in RC. The API is almost stable, but some parts may change. Please report any issues you find.
1918

2019
## v2 Motivation
2120
goldmark was originally created with a focus on my personal goals.

0 commit comments

Comments
 (0)