From 17a47ea1e7e1e514ee2af3d51b3dcbfb959c4efe Mon Sep 17 00:00:00 2001 From: Yusuke Inuzuka Date: Fri, 26 Jul 2019 10:32:48 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8816d4..39a47df 100644 --- a/README.md +++ b/README.md @@ -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.**