Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-24 | Merge pull request #140 from arthur-peka/master | John MacFarlane | |
Changing some variable names to improve code readability | |||
2014-10-24 | More stmd -> commonmark changes. | John MacFarlane | |
2014-10-18 | Use browserify to make js code more modular. | John MacFarlane | |
* 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`. | |||
2014-09-26 | Changing variable names even for even greater readability | Arthur | |
2014-09-26 | Changing some variable names to more explicit ones to improve readability | Arthur | |
2014-09-05 | Restore indentation (minor) | BurtHarris | |
2014-09-05 | Normalize line endings javascript spec test to make it platform independent. | BurtHarris | |
Cleaned up a missing semicolons, unused variables, undeclared variables. | |||
2014-08-13 | Added ansi so we don't need to install anything to run testjs. | John MacFarlane | |
2014-08-13 | Initial commit | John MacFarlane | |