cmark

My personal build of CMark ✏️

Commit
92fb304b7307f77a5c22e834631ef1952e5be099
Parent
80b09d9552e57011c849fc305553501611b3079d
Author
John MacFarlane <jgm@berkeley.edu>
Date

Rename js/bin/markdown -> js/bin/commonmark.

Diffstat

2 files changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified README.md 2 1 1
Renamed js/bin/markdown -> js/bin/commonmark 0 0 0
diff --git a/README.md b/README.md
@@ -24,7 +24,7 @@ The JavaScript implementation is a single JavaScript file, with
 no dependencies, that can be linked to in an HTML page.  (To build,
 it, do `make js/commonmark.js`---this requires `browserify`, which you
 can get using `npm install -g browserify`.) A command-line
-version (using `node.js`) is also provided (`js/bin/markdown`), and
+version (using `node.js`) is also provided (`js/bin/commonmark`), and
 there is a "dingus" for playing with it interactively.  (`make dingus`
 will start this.)
 
diff --git a/js/bin/markdown b/js/bin/commonmark