cmark

My personal build of CMark ✏️

Commit
8e859af5e1a0d2c4029830afc65085a9e86cb24f
Parent
32e92dee9363d9ef7674ae11234cecfd3ae560f9
Author
John MacFarlane <jgm@berkeley.edu>
Date

Small tweak in README.

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 4 2 2
diff --git a/README.md b/README.md
@@ -40,11 +40,11 @@ var parsed = reader.parse("Hello *world*");
 var result = writer.render(parsed);
 ```
 
+[Try it now!](http://spec.commonmark.org/dingus.html)
+
 A node package is also available; it includes a command-line tool called
 `commonmark`.
 
-[Try it now!](http://spec.commonmark.org/dingus.html)
-
 **A note on security:**
 Neither implementation attempts to sanitize link attributes or
 raw HTML.  If you use these libraries in applications that accept