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-12-11
Release 0.0.5
v0.0.5
Ryan Waldron
2012-12-11
Bump minor version for release
Ryan Waldron
2012-12-11
Fix mocha deprecation
Ryan Waldron
2012-12-11
Merge branch 'proposed' of git://github.com/mojavelinux/asciidoctor into mojave
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
update examples to be consistent w/ API
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
use require_relative to run noof.rb w/o installing gem
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-08-24
Allow turning debug output on and off while running
Ryan Waldron
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
[next]