summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-14Release 0.0.1v0.0.1Ryan Waldron
2012-06-14Rearrange gemspec detailsRyan Waldron
2012-06-14Fix doc_test_with_no_title to expect nilRyan Waldron
2012-06-14Go ahead and return nil for a Document that doesn't have a titleRyan Waldron
2012-06-14Silly gemspecRyan 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 basic Document test; add test for document with no titleRyan 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-13Merge branch 'master' of github.com:erebor/waldoJeremy McAnally
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-13Delete some files I don't needRyan Waldron
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-13Merge branch 'master' of github.com:erebor/waldoRyan Waldron
2012-06-13Simplify extracting @header from a parsed DocumentRyan Waldron
2012-06-13Take out unneeded crutch for rendering Asciidoc stringsRyan Waldron
2012-06-13Fix xpath syntax typosRyan Waldron
2012-06-13Add method to clear a Section's blocks arrayRyan Waldron
2012-06-13Add attribution for context stuffJeremy McAnally
2012-06-13Merge branch 'master' of github.com:erebor/waldoRyan Waldron
2012-06-13Change out context stuff for something that works properly...Jeremy McAnally
2012-06-13Make my debug msg not die as muchRyan Waldron
2012-06-13Really fix name clashes. Ew.Jeremy McAnally
2012-06-13Merge branch 'master' of github.com:erebor/waldoJeremy McAnally
2012-06-13Fix name clashesJeremy McAnally
2012-06-13Add title to paragraph templateRyan Waldron
2012-06-13Fix test for NOTE elementsRyan 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-13Add text tests (fail now due to header issue)Jeremy McAnally
2012-06-13Remove extraneous regexpRyan Waldron
2012-06-13Added nested list element testsRyan Waldron
2012-06-13Merge branch 'master' of github.com:erebor/waldoRyan 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-13Update paragraph testsJeremy McAnally
2012-06-13Add some basic list element testsRyan Waldron
2012-06-13Paragraph tests (broken now due to header breakage)Jeremy McAnally
2012-06-13Oops. Use flunk not fail.Jeremy McAnally