summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-11Release 0.0.5v0.0.5Ryan Waldron
2012-12-11Bump minor version for releaseRyan Waldron
2012-12-11Fix mocha deprecationRyan Waldron
2012-12-11Merge branch 'proposed' of git://github.com/mojavelinux/asciidoctor into mojaveRyan Waldron
2012-12-11restore escaped single quote after processing emphasisDan Allen
2012-12-11sub special chars before intrinsics; add additional intrinsicsDan Allen
2012-12-11update examples to be consistent w/ APIDan Allen
2012-12-11recognize and exclude block commentsDan Allen
2012-12-11do more sanitizing of section idsDan Allen
2012-12-11don't leave link: on absolute url w/ link: prefixDan Allen
2012-12-11fix duplication of block at end of sectionDan Allen
2012-12-11use require_relative to run noof.rb w/o installing gemDan Allen
2012-12-11allow quoted text to be at start or end of lineDan Allen
2012-12-11horizontal ruler only needs to be three quotesDan Allen
2012-08-24Allow turning debug output on and off while runningRyan Waldron
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