summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-18Factored out inlines.js from index.js.John MacFarlane
2014-10-18Change from-code-point.js so it doesn't alter String prototype.John MacFarlane
2014-10-18Use browserify to make js code more modular.John MacFarlane
2014-10-18Merge branch 'master' of https://github.com/Knagis/stmd into emphstackJohn MacFarlane
2014-10-09After inline parsing free any remaining InlineStack instances.user
2014-10-09Modified inline parsing to keep track of two pointers - the head of the list ...user
2014-10-09Revert "Modified inline parsing to keep track of two pointers - the head of t...Knagis
2014-10-09Modified inline parsing to keep track of two pointers - the head of the list ...Knagis
2014-10-08Merge branch 'master' of github.com:jgm/stmdJohn MacFarlane
2014-10-08Merge pull request #155 from wbond/masterJohn MacFarlane
2014-10-08Remove duplicate `footer`Will Bond
2014-10-08Implemented stack-based algorithm for matching emphasisKnagis
2014-10-08Merge pull request #1 from jgm/masterKārlis Gaņģis
2014-10-07Changed bench.js so it no longer requires oldtests.John MacFarlane
2014-10-07Correct capitalization of JavaScriptBengt Lüers
2014-10-07Added link to commonmark.org on web page.John MacFarlane
2014-10-07Added cases from #51 to spec.John MacFarlane
2014-10-07Added test case from issue #147.John MacFarlane
2014-10-07Removed uthash license. We no longer use this library.John MacFarlane
2014-10-07Removed bstrlib license. We no longer use this library.John MacFarlane
2014-10-07Removed oldtests.John MacFarlane
2014-10-07Merge branch 'master' into newemphasisJohn MacFarlane
2014-10-07Cleaned up entity section of spec.John MacFarlane
2014-10-07Adjusted tests for new js parser.John MacFarlane
2014-10-07stmd.js: Fixed entityToChar, adding fromCodePoint polyfill.John MacFarlane
2014-10-07Reset label_nest_level before parsing reference.John MacFarlane
2014-10-07Removed spurious 'and', reflowed.John MacFarlane
2014-10-07Removed spurious 'and', reflowed.John MacFarlane
2014-10-06Merge pull request #143 from aJanuary/patch-1John MacFarlane
2014-10-06Merge pull request #144 from aJanuary/masterJohn MacFarlane
2014-10-04Further emph fallback optimizations.John MacFarlane
2014-10-04Some jshint fixes.John MacFarlane
2014-10-04Use simpler algorithm.John MacFarlane
2014-10-02Revert "Use integers instead of strings for tags."John MacFarlane
2014-10-02Revert "Use numerical constants."John MacFarlane
2014-10-02Use numerical constants.John MacFarlane
2014-10-02Use integers instead of strings for tags.John MacFarlane
2014-10-02Changed inline parsers to be monomorphic and modify inlines param.John MacFarlane
2014-10-02Fixed rendering bug for blockquotes.John MacFarlane
2014-10-02Char code optimizations in block parsers.John MacFarlane
2014-10-02Eliminated unnecessary variable.John MacFarlane
2014-10-02Changed peek() to return char code.John MacFarlane
2014-09-30Unescape entities as well as backslashes in titles, URLs.John MacFarlane
2014-09-30unescape URI before escaping.John MacFarlane
2014-09-30Added entity decoding.John MacFarlane
2014-09-29Rename unescape -> unescapeBS to avoid confusion with built-in.John MacFarlane
2014-09-29Escape URIs.John MacFarlane
2014-09-29Merge branch 'master' into newemphasisJohn MacFarlane
2014-09-29Use charAt for browser compatibility.John MacFarlane
2014-09-29Adds missing newlinesAndrew January