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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-12-11
Bump minor version for release
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
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
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
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
Quiet down debugging output by default
Ryan Waldron
2012-08-03
Add gitscm-next-style include delegation to a block
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
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-24
Break out html attribute substitution; this whole processing order needs to b...
Ryan Waldron
2012-07-24
Add attr deletion and test for same
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
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-06-26
Tighten up list item level tracking in #build_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
Try moving list item level and rendering down into ListItem (without a templa...
Ryan Waldron
2012-06-21
More recursive block debug dumpy madness
Ryan Waldron
2012-06-21
Expand and clean up the recursive debug dump empire
Ryan Waldron
[next]