cmark

My personal build of CMark ✏️

Commit
4d84b1f573bdb896e5473f7d6b289c937f8bf1d2
Parent
9d2ecd045ee506d06c9ae97b74a4c319edcc62e4
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #244 from petere/patch-1

Remove stray character

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
@@ -117,7 +117,7 @@ To build the JavaScript library as a single standalone file:
     browserify --standalone commonmark js/lib/index.js -o js/commonmark.js
 
 Or fetch a pre-built copy from
-<http://spec.commonmark.org/js/commonmark.js>`.
+<http://spec.commonmark.org/js/commonmark.js>.
 
 To run tests for the JavaScript library: