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-06-14
Go ahead and return nil for a Document that doesn't have a title
Ryan Waldron
2012-06-14
Don't return nil or try to get names from things that don't have them when ex...
Ryan Waldron
2012-06-14
Rearrange includes a bit. Next up: deck chairs!
Ryan Waldron
2012-06-14
Move debug method out
Ryan Waldron
2012-06-14
Rename waldo to asciidoctor (thanks Nick)
Ryan Waldron
2012-06-13
Add :ruler handling
Ryan Waldron
2012-06-13
Add emphasized quotes and 'unquoted' quotes
Ryan Waldron
2012-06-13
Merge branch 'master' of github.com:erebor/waldo
Ryan Waldron
2012-06-13
Add a bit of commenting
Ryan Waldron
2012-06-13
Fix a few test snafu's and implement more of the text formatting
Jeremy McAnally
2012-06-13
Add :listing blocks as well as the weird [source, ruby] kind of listing block...
Ryan Waldron
2012-06-13
Get the title right again
Ryan Waldron
2012-06-13
Handle document defines properly
Ryan Waldron
2012-06-13
Fix template to use H1 for header
Ryan Waldron
2012-06-13
Simplify extracting @header from a parsed Document
Ryan Waldron
2012-06-13
Add method to clear a Section's blocks array
Ryan Waldron
2012-06-13
Make my debug msg not die as much
Ryan Waldron
2012-06-13
Add title to paragraph template
Ryan Waldron
2012-06-13
Eat blank lines after a :title
Ryan Waldron
2012-06-13
Add template for Note section
Ryan Waldron
2012-06-13
Get rid of @root accessor expecting a single Section in Document and keep Doc...
Ryan Waldron
2012-06-13
Fix namespace issue
Ryan Waldron
2012-06-13
Small corrections and cleanups mostly to comments
Ryan Waldron
2012-06-13
Remove extraneous regexp
Ryan Waldron
2012-06-13
Add debug suppression to various debug output so tests can be quiet
Ryan Waldron
2012-06-13
Quietly handle a badly-terminated continuation
Ryan Waldron
2012-06-12
Rename gem from emerson to waldo
Ryan Waldron
2012-06-12
Just return an HTML fragment; reverts 2accb143
Ryan Waldron
2012-06-12
Expand the search for a document's title
Ryan Waldron
2012-06-12
Add a title method to pull out some semblance of a title from the Asciidoc::D...
Ryan Waldron
2012-06-12
Move pieces about to make rake gem happy
Ryan Waldron
2012-06-12
Use grab_lines_until
Ryan Waldron
2012-06-12
Make document render an actual HTML document; 'borrow' the Asciidoc main site...
Ryan Waldron
2012-06-12
Add single-line section header support
Ryan Waldron
2012-06-12
Don't make anchor link wrap the header
Ryan Waldron
2012-06-12
Add regexp for single-line section titles
Ryan Waldron
2012-06-11
Refactor grabbing blank lines until some pattern matches or doesn't
Ryan Waldron
2012-06-11
Make variable name more descriptive so I can keep up
Ryan Waldron
2012-06-11
Cleanup and add some more comments in list_item_segment
Ryan Waldron
2012-06-11
Add some more annotation for moi
Ryan Waldron
2012-06-11
Fix misplaced anchor href
Ryan Waldron
2012-06-09
Add sidebar block handling
Ryan Waldron
2012-06-09
Take out silly extra para render from Section template; also avoid silly quot...
Ryan Waldron
2012-06-06
Take out some debug stuff; use a named regexp; fix a doc comment
Ryan Waldron
2012-06-06
small cleanup
Ryan Waldron
2012-06-06
Add another regexp
Ryan Waldron
2012-06-06
Kill long lines with fire
Ryan Waldron
2012-06-06
Fix commas after rearranging hash init
Ryan Waldron
2012-06-06
Re-order these so I can easily find what I'm after
Ryan Waldron
2012-06-06
Give me more useful output, c'mon
Ryan Waldron
[next]