cmark

My personal build of CMark ✏️

Commit
f8c18d68e95d63bda55c77100fe395a7882bb71c
Parent
5fcf8acaf53d228287af23289505f2609d2ff874
Author
John MacFarlane <jgm@berkeley.edu>
Date

Added "Standardized" bullet to README.

Diffstat

1 file changed, 5 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 5 5 0
diff --git 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,