Commit fb143fbc1705bb4d59b5d4ebbb5454866cf1b76c Parent 3bd95fb5113d5e805556a124a3a4e84c43882adb Author John MacFarlane <jgm@berkeley.edu> Date Sat, 18 Oct 2014 16:16:49 -0700 Use browserify to make js code more modular. * Moved js library code to `js/lib`. * `js/stmd.js` is now generated from these files using browserify. * Factored out `html5-entities.js` and `from-code-point.js` from main js parsing code (which is now `index.js`). * Moved `js/markdown` to `js/bin`.