cmark

My personal build of CMark ✏️

Commit
bc89203925ea5837d0435441831d4240b71d65fa
Parent
62088c6182e5a82308dafd82efcea4abec1e43aa
Author
John MacFarlane <jgm@berkeley.edu>
Date

README: more than 500 tests. changes. Lines starting

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified README.md 2 1 1
diff --git a/README.md b/README.md
@@ -52,7 +52,7 @@ untrusted user input, you must run the output through an HTML
 sanitizer to protect against
 [XSS attacks](http://en.wikipedia.org/wiki/Cross-site_scripting).
 
-[The spec] contains over 450 embedded examples which serve as conformance
+[The spec] contains over 500 embedded examples which serve as conformance
 tests.  To run the tests for `cmark`, do `make test`.  To run them for
 another Markdown program, say `myprog`, do `make test PROG=myprog`.  To
 run the tests for `commonmark.js`, do `make testjs`.