Age | Commit message (Expand) | Author |
2014-10-24 | Add a newline to a line that doesn't end with one. | John MacFarlane |
2014-10-24 | Spec: Added rule clarifying setext header content. | John MacFarlane |
2014-10-24 | Spec: altered processing instruction test. | John MacFarlane |
2014-10-24 | Fixed regex for processing instruction. | John MacFarlane |
2014-10-24 | Merge branch 'tchetch-master' | John MacFarlane |
2014-10-24 | Merge branch 'master' of https://github.com/tchetch/stmd into tchetch-master | John MacFarlane |
2014-10-24 | Use unsigned char, not char, throughout. | John MacFarlane |
2014-10-24 | Added test case with heading in list item. | John MacFarlane |
2014-10-24 | Spec: Made background color for code spans work more consistently. | John MacFarlane |
2014-10-24 | Fixed typo. Closes #110. | John MacFarlane |
2014-10-24 | README: Added note on protecting vs XSS attacks. | John MacFarlane |
2014-10-24 | README: Fixed some javascript instructions. | John MacFarlane |
2014-10-24 | Tweaked CSS in spec template so inline code has background color. | John MacFarlane |
2014-10-24 | Update version and date on spec. | John MacFarlane |
2014-10-24 | More tweaks on emph/strong spec and tests. | John MacFarlane |
2014-10-24 | Removed test case with only opening emph markers. | John MacFarlane |
2014-10-24 | Merge branch 'emphstack' | John MacFarlane |
2014-10-24 | Added tricky recursive case for emph/strong. | John MacFarlane |
2014-10-24 | Revised spec for new emph/strong rules. | John MacFarlane |
2014-10-24 | js: Removed memoization. | John MacFarlane |
2014-10-24 | Improved leakcheck so that all syntax features are tested. | John MacFarlane |
2014-10-24 | js: Use linked list instead of array for emphasis_openers stack. | John MacFarlane |
2014-10-24 | js: renamed emph_stack -> emphasis_openers. | John MacFarlane |
2014-10-24 | Fixed a memory allocation error. | John MacFarlane |
2014-10-24 | Fixed memory leak by freeing all unused emphasis openers. | John MacFarlane |
2014-10-24 | Renamed subj->last_emphasis to subj->emphasis_openers. | John MacFarlane |
2014-10-23 | inlines.js: Implemented stack-based emph parsing. | John MacFarlane |
2014-10-19 | Removed now-undeeded 'first' parameter in parse_inline. | John MacFarlane |
2014-10-19 | Whitespace changes. | John MacFarlane |
2014-10-18 | parse_inline: Correctly move to last inline. | John MacFarlane |
2014-10-18 | Fixed performance regression. | John MacFarlane |
2014-10-18 | Don't emit empty str elements in handle_strong_emph. | John MacFarlane |
2014-10-18 | Reindented c sources. | John MacFarlane |
2014-10-18 | Added renderAST to js, added AST render tab to dingus. | John MacFarlane |
2014-10-18 | Added renderAST to js, added AST render tab to dingus. | John MacFarlane |
2014-10-18 | Added 'make jshint'. | John MacFarlane |
2014-10-18 | Add unescapeString as method of InlineParser. | John MacFarlane |
2014-10-18 | Add unescapeString as method of InlineParser. | John MacFarlane |
2014-10-18 | Factored out blocks.js from index.js. | John MacFarlane |
2014-10-18 | Factored out blocks.js from index.js. | John MacFarlane |
2014-10-18 | Factored out inlines.js from index.js. | John MacFarlane |
2014-10-18 | Factored out inlines.js from index.js. | John MacFarlane |
2014-10-18 | Change from-code-point.js so it doesn't alter String prototype. | John MacFarlane |
2014-10-18 | Use browserify to make js code more modular. | John MacFarlane |
2014-10-18 | Change from-code-point.js so it doesn't alter String prototype. | John MacFarlane |
2014-10-18 | Use browserify to make js code more modular. | John MacFarlane |
2014-10-18 | Merge branch 'master' of https://github.com/Knagis/stmd into emphstack | John MacFarlane |
2014-10-13 | Add missing MIN directive | Abdülhamit Yilmaz |
2014-10-09 | After inline parsing free any remaining InlineStack instances. | user |
2014-10-09 | Modified inline parsing to keep track of two pointers - the head of the list ... | user |