| Age | Commit message (Expand) | Author |
| 2012-12-16 | don't collapse space in multi-line attribute values | Dan Allen |
| 2012-12-16 | chomp last endline in blocks, preserve endlines in fixtures for tests | Dan Allen |
| 2012-12-16 | trim endline from two-line header delimiter length comparison, add tests | Dan Allen |
| 2012-12-16 | remove misplaced :quote in content switch, fix test | Dan Allen |
| 2012-12-15 | Integrate upstream changes | Dan Allen |
| 2012-12-15 | mark the failing test as pending since it ain't impl yet | Dan Allen |
| 2012-12-15 | Integrate upstream changes | Dan Allen |
| 2012-12-15 | trim indentation on literal created from indentation | Dan Allen |
| 2012-12-15 | Merge remote-tracking branch 'mojavelinux/issue-2-sidebar' into mojave | Ryan Waldron |
| 2012-12-15 | Fix a test; eliminate a bit of extra whitespace | Ryan Waldron |
| 2012-12-15 | more tests for admonitions | Dan Allen |
| 2012-12-15 | relocate attribute processor methods to lexer, add tests | Dan Allen |
| 2012-12-15 | several block-level attribute tests | Dan Allen |
| 2012-12-15 | tests for quote & verse, update respective templates | Dan Allen |
| 2012-12-15 | add constants & tests for list continuations | Dan Allen |
| 2012-12-14 | use templates for list items, improve dlists | Dan Allen |
| 2012-12-13 | resolves issue #2 - sidebar content not processed | Dan Allen |
| 2012-12-13 | make header/footer optional, set intrinsic attributes | Dan Allen |
| 2012-12-13 | use idprefix attribute as section_id prefix, if specified | Dan Allen |
| 2012-12-13 | use term attributes instead of defines as in AsciiDoc | Dan Allen |
| 2012-12-13 | cover additional heading syntax variants | Dan Allen |
| 2012-12-13 | add handling of preamble content | Dan Allen |
| 2012-12-12 | put nested list inside current list item, per spec | Dan Allen |
| 2012-12-12 | allow indexed selection of matched nodes syntax | Dan Allen |
| 2012-12-11 | Fix mocha deprecation | Ryan Waldron |
| 2012-12-11 | restore escaped single quote after processing emphasis | Dan Allen |
| 2012-12-11 | sub special chars before intrinsics; add additional intrinsics | Dan Allen |
| 2012-12-11 | recognize and exclude block comments | Dan Allen |
| 2012-12-11 | do more sanitizing of section ids | Dan Allen |
| 2012-12-11 | don't leave link: on absolute url w/ link: prefix | Dan Allen |
| 2012-12-11 | fix duplication of block at end of section | Dan Allen |
| 2012-12-11 | allow quoted text to be at start or end of line | Dan Allen |
| 2012-12-11 | horizontal ruler only needs to be three quotes | Dan Allen |
| 2012-07-31 | Don't use nasty .send crap now. | Ryan Waldron |
| 2012-07-31 | Deref references through parent.document. Shut up, Demeter. I mean it, shut u... | Ryan Waldron |
| 2012-07-30 | Extract Reader class from Document | Ryan Waldron |
| 2012-07-27 | Clean up some text test names to match what Asciidoc calls them | Ryan Waldron |
| 2012-07-24 | Break out html attribute substitution; this whole processing order needs to b... | Ryan Waldron |
| 2012-07-24 | Add test for deleting non-existing attribute; test all the intrinsic attributes | Ryan Waldron |
| 2012-07-24 | Add attr deletion and test for same | Ryan Waldron |
| 2012-07-24 | The newline is fine; just test that the phrase from the line to be dropped is... | Ryan Waldron |
| 2012-07-24 | Use helper method | Ryan Waldron |
| 2012-07-20 | Working on getting attribute substitution working, including dropping lines w... | Ryan Waldron |
| 2012-07-19 | Move substition tests into attribute_test.rb | Ryan Waldron |
| 2012-07-19 | I want me some pending tests | Ryan Waldron |
| 2012-07-19 | Sanitize attribute names | Ryan Waldron |
| 2012-07-16 | Fix docs for params and pass an array, not a string, in broken test | Ryan Waldron |
| 2012-06-21 | Shorten test input to remove irrelevant heading | Ryan Waldron |
| 2012-06-20 | Add a little more control with debut output in tests | Ryan Waldron |
| 2012-06-18 | Add tests for intrinsics and unknown substitions | Ryan Waldron |