summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-14Go ahead and return nil for a Document that doesn't have a titleRyan Waldron
2012-06-14Don't return nil or try to get names from things that don't have them when ex...Ryan Waldron
2012-06-14Rearrange includes a bit. Next up: deck chairs!Ryan Waldron
2012-06-14Move debug method outRyan Waldron
2012-06-14Rename waldo to asciidoctor (thanks Nick)Ryan Waldron
2012-06-13Add :ruler handlingRyan Waldron
2012-06-13Add emphasized quotes and 'unquoted' quotesRyan Waldron
2012-06-13Merge branch 'master' of github.com:erebor/waldoRyan Waldron
2012-06-13Add a bit of commentingRyan Waldron
2012-06-13Fix a few test snafu's and implement more of the text formattingJeremy McAnally
2012-06-13Add :listing blocks as well as the weird [source, ruby] kind of listing block...Ryan Waldron
2012-06-13Get the title right againRyan Waldron
2012-06-13Handle document defines properlyRyan Waldron
2012-06-13Fix template to use H1 for headerRyan Waldron
2012-06-13Simplify extracting @header from a parsed DocumentRyan Waldron
2012-06-13Add method to clear a Section's blocks arrayRyan Waldron
2012-06-13Make my debug msg not die as muchRyan Waldron
2012-06-13Add title to paragraph templateRyan Waldron
2012-06-13Eat blank lines after a :titleRyan Waldron
2012-06-13Add template for Note sectionRyan Waldron
2012-06-13Get rid of @root accessor expecting a single Section in Document and keep Doc...Ryan Waldron
2012-06-13Fix namespace issueRyan Waldron
2012-06-13Small corrections and cleanups mostly to commentsRyan Waldron
2012-06-13Remove extraneous regexpRyan Waldron
2012-06-13Add debug suppression to various debug output so tests can be quietRyan Waldron
2012-06-13Quietly handle a badly-terminated continuationRyan Waldron
2012-06-12Rename gem from emerson to waldoRyan Waldron
2012-06-12Just return an HTML fragment; reverts 2accb143Ryan Waldron
2012-06-12Expand the search for a document's titleRyan Waldron
2012-06-12Add a title method to pull out some semblance of a title from the Asciidoc::D...Ryan Waldron
2012-06-12Move pieces about to make rake gem happyRyan Waldron
2012-06-12Use grab_lines_untilRyan Waldron
2012-06-12Make document render an actual HTML document; 'borrow' the Asciidoc main site...Ryan Waldron
2012-06-12Add single-line section header supportRyan Waldron
2012-06-12Don't make anchor link wrap the headerRyan Waldron
2012-06-12Add regexp for single-line section titlesRyan Waldron
2012-06-11Refactor grabbing blank lines until some pattern matches or doesn'tRyan Waldron
2012-06-11Make variable name more descriptive so I can keep upRyan Waldron
2012-06-11Cleanup and add some more comments in list_item_segmentRyan Waldron
2012-06-11Add some more annotation for moiRyan Waldron
2012-06-11Fix misplaced anchor hrefRyan Waldron
2012-06-09Add sidebar block handlingRyan Waldron
2012-06-09Take out silly extra para render from Section template; also avoid silly quot...Ryan Waldron
2012-06-06Take out some debug stuff; use a named regexp; fix a doc commentRyan Waldron
2012-06-06small cleanupRyan Waldron
2012-06-06Add another regexpRyan Waldron
2012-06-06Kill long lines with fireRyan Waldron
2012-06-06Fix commas after rearranging hash initRyan Waldron
2012-06-06Re-order these so I can easily find what I'm afterRyan Waldron
2012-06-06Give me more useful output, c'monRyan Waldron