From f8c18d68e95d63bda55c77100fe395a7882bb71c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Apr 2015 13:57:29 -0700 Subject: Added "Standardized" bullet to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 13dd5a2..0fa1d8a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ Advantages of this library: - **Accurate.** The library passes all CommonMark conformance tests. +- **Standardized.** The library can be expected to parse CommonMark + the same way as any other conforming parser. So, for example, + you can use `commonmark.js` on the client to preview content that + will be rendered on the server using `cmark`. + - **Robust.** The library has been extensively fuzz-tested using american fuzzy lop. The test suite includes pathological cases that bring many other Markdown parsers to a crawl (for example, -- cgit v1.2.3