summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-06-21Try moving list item level and rendering down into ListItem (without a templa...Ryan Waldron
2012-06-21More recursive block debug dumpy madnessRyan Waldron
2012-06-21Expand and clean up the recursive debug dump empireRyan Waldron
2012-06-21Expand and clean up the recursive debug dump empireRyan Waldron
2012-06-21Add recursive output of block detailsRyan Waldron
2012-06-21Simplify and illuminate just a tadRyan Waldron
2012-06-21Shorten test input to remove irrelevant headingRyan Waldron
2012-06-21Add recursive output of block detailsRyan Waldron
2012-06-21Tighten and clarify regexp for :ulist; fix a comment about :rulerRyan Waldron
2012-06-21Pull renderer from Document object; cache document object once we've walked u...Ryan Waldron
2012-06-21Break out :ulist handling from :olist and :colistRyan Waldron
2012-06-21Tighten and clarify regexp for :ulist; fix a comment about :rulerRyan Waldron
2012-06-21Pull renderer from Document object; cache document object once we've walked u...Ryan Waldron