index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-08-14
Release 0.0.4
v0.0.4
Ryan Waldron
2012-08-14
Bump version number
Ryan Waldron
2012-08-10
Correct module name
Ryan Waldron
2012-08-09
Read sub-blocks from temporary 'buffer' Reader object, not the main reader
Ryan Waldron
2012-08-07
Get parent document sanely (because parent might BE a Document). Don't keep ...
Ryan Waldron
2012-08-03
Release 0.0.3
v0.0.3
Ryan Waldron
2012-08-03
More README tweakage; bump gemspec version
Ryan Waldron
2012-08-03
Bump version #
Ryan Waldron
2012-08-03
Alter how we get the Renderer object for rendering so that we properly pass i...
Ryan Waldron
2012-08-03
Expose @reader as an instance var so we can get the raw Document source from ...
Ryan Waldron
2012-08-03
Add alias so that default templates for github/gitscm-next 'just work'
Ryan Waldron
2012-08-03
Fix some leftover spots from Lexer extraction
Ryan Waldron
2012-08-03
Let's try to handle String input helpfully
Ryan Waldron
2012-08-03
Release 0.0.2
v0.0.2
Ryan Waldron
2012-08-03
Quiet down debugging output by default
Ryan Waldron
2012-08-03
Add gitscm-next-style include delegation to a block
Ryan Waldron
2012-08-03
Update README with some template details
Ryan Waldron
2012-08-01
Add support for Tilt-compatible templates for rendering Asciidoc document ele...
Ryan Waldron
2012-08-01
Fix a couple of comments
Ryan Waldron
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-31
Initial extraction of lexing activity to Lexer class
Ryan Waldron
2012-07-30
Don't expose the Document's Reader object
Ryan Waldron
2012-07-30
Fix some TomDoc comments
Ryan Waldron
2012-07-30
Get defines from Reader object
Ryan Waldron
2012-07-30
Extract Reader class from Document
Ryan Waldron
2012-07-27
Clarify nasty little discrepancy between Asciidoc User Guide and asciidoc def...
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
Leave note for myself about dropping lines with bad attr refs
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
Now that I know what's going on with sidebar blocks, free the ulists to be 5-...
Ryan Waldron
2012-07-16
Clarify some more comments
Ryan Waldron
2012-07-16
Add some more debug output/ trim some TomDoc comments to fit better
Ryan Waldron
2012-07-16
Fix docs for params and pass an array, not a string, in broken test
Ryan Waldron
2012-07-16
Can't get into the loop body if this_line.nil?
Ryan Waldron
2012-07-16
Don't need nokogiri in development dependencies since it's also a runtime dep...
Ryan Waldron
2012-06-26
Tighten up list item level tracking in #build_ulist
Ryan Waldron
2012-06-26
Merge branch 'ulist'
Ryan Waldron
2012-06-26
Render (some) multi-level bulleted lists properly; also add a bunch more debu...
Ryan Waldron
2012-06-22
Change variable name that was throwing me off; expand, correct, and clarify a...
Ryan Waldron
2012-06-22
Rearrange a couple of methods.
Ryan Waldron
2012-06-21
More recursive block debug dumpy madness
Ryan Waldron
[next]