Update README.md

This commit is contained in:
Yusuke Inuzuka 2019-07-26 10:32:48 +09:00 committed by GitHub
parent a27b0ef209
commit 17a47ea1e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ Features
renderers.
- **Preformance.** : goldmark performs pretty much equally to the cmark
(CommonMark reference implementation written in c).
- **Robust** : goldmark is tested with [go-fuzz](https://github.com/dvyukov/go-fuzz), a fuzz testing tool.
- **Builtin extensions.** : goldmark ships with common extensions like tables, strikethrough,
task lists, and definition lists.
- **Depends only on standard libraries.**