summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-14Release 0.0.4v0.0.4Ryan Waldron
2012-08-14Bump version numberRyan Waldron
2012-08-10Correct module nameRyan Waldron
2012-08-09Read sub-blocks from temporary 'buffer' Reader object, not the main readerRyan Waldron
2012-08-07Get parent document sanely (because parent might BE a Document). Don't keep ...Ryan Waldron
2012-08-03Release 0.0.3v0.0.3Ryan Waldron
2012-08-03More README tweakage; bump gemspec versionRyan Waldron
2012-08-03Bump version #Ryan Waldron
2012-08-03Alter how we get the Renderer object for rendering so that we properly pass i...Ryan Waldron
2012-08-03Expose @reader as an instance var so we can get the raw Document source from ...Ryan Waldron
2012-08-03Add alias so that default templates for github/gitscm-next 'just work'Ryan Waldron
2012-08-03Fix some leftover spots from Lexer extractionRyan Waldron
2012-08-03Let's try to handle String input helpfullyRyan Waldron
2012-08-03Release 0.0.2v0.0.2Ryan Waldron
2012-08-03Quiet down debugging output by defaultRyan Waldron
2012-08-03Add gitscm-next-style include delegation to a blockRyan Waldron
2012-08-03Update README with some template detailsRyan Waldron
2012-08-01Add support for Tilt-compatible templates for rendering Asciidoc document ele...Ryan Waldron
2012-08-01Fix a couple of commentsRyan Waldron
2012-07-31Don't use nasty .send crap now.Ryan Waldron
2012-07-31Deref references through parent.document. Shut up, Demeter. I mean it, shut u...Ryan Waldron
2012-07-31Initial extraction of lexing activity to Lexer classRyan Waldron
2012-07-30Don't expose the Document's Reader objectRyan Waldron
2012-07-30Fix some TomDoc commentsRyan Waldron
2012-07-30Get defines from Reader objectRyan Waldron
2012-07-30Extract Reader class from DocumentRyan Waldron
2012-07-27Clarify nasty little discrepancy between Asciidoc User Guide and asciidoc def...Ryan Waldron
2012-07-27Clean up some text test names to match what Asciidoc calls themRyan Waldron
2012-07-24Break out html attribute substitution; this whole processing order needs to b...Ryan Waldron
2012-07-24Add test for deleting non-existing attribute; test all the intrinsic attributesRyan Waldron
2012-07-24Add attr deletion and test for sameRyan Waldron
2012-07-24The newline is fine; just test that the phrase from the line to be dropped is...Ryan Waldron
2012-07-24Use helper methodRyan Waldron
2012-07-20Working on getting attribute substitution working, including dropping lines w...Ryan Waldron
2012-07-19Leave note for myself about dropping lines with bad attr refsRyan Waldron
2012-07-19Move substition tests into attribute_test.rbRyan Waldron
2012-07-19I want me some pending testsRyan Waldron
2012-07-19Sanitize attribute namesRyan Waldron
2012-07-16Now that I know what's going on with sidebar blocks, free the ulists to be 5-...Ryan Waldron
2012-07-16Clarify some more commentsRyan Waldron
2012-07-16Add some more debug output/ trim some TomDoc comments to fit betterRyan Waldron
2012-07-16Fix docs for params and pass an array, not a string, in broken testRyan Waldron
2012-07-16Can't get into the loop body if this_line.nil?Ryan Waldron
2012-07-16Don't need nokogiri in development dependencies since it's also a runtime dep...Ryan Waldron
2012-06-26Tighten up list item level tracking in #build_ulistRyan Waldron
2012-06-26Merge branch 'ulist'Ryan Waldron
2012-06-26Render (some) multi-level bulleted lists properly; also add a bunch more debu...Ryan Waldron
2012-06-22Change variable name that was throwing me off; expand, correct, and clarify a...Ryan Waldron
2012-06-22Rearrange a couple of methods.Ryan Waldron
2012-06-21More recursive block debug dumpy madnessRyan Waldron