Skip to content

Commit

Permalink
Added "Standardized" bullet to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Apr 16, 2015
1 parent 5fcf8ac commit f8c18d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f8c18d6

Please sign in to comment.