summaryrefslogtreecommitdiff
path: root/test/lists_test.rb
AgeCommit message (Expand)Author
2013-02-12refactor reader to process attribute entries and directives during parsingDan Allen
2013-01-30allow block in list continuation to have block attributesDan Allen
2013-01-28add horizontal dlistsDan Allen
2013-01-26Merge pull request #130 from mojavelinux/callout-iconsRyan Waldron
2013-01-26Merge pull request #133 from mojavelinux/list-with-comments-testsRyan Waldron
2013-01-26tests for lists with multiple adjacent line commentsDan Allen
2013-01-26use callout icons if icons enabledDan Allen
2013-01-25footnotes, special sections and listsDan Allen
2013-01-24cleanupsDan Allen
2013-01-24fix nested list eating labeled list term and testsDan Allen
2013-01-15optimize rendering and add additional configurationDan Allen
2013-01-13fully-compliance AsciiDoc table support (psv, dsv, csv)Dan Allen
2013-01-10additional list test for title on following blockDan Allen
2013-01-10prevent literal & indented content from being too greedyDan Allen
2013-01-09make sure nested labeled lists are found when indentedDan Allen
2013-01-09prevent empty dd element for item w/ multiple termsDan Allen
2013-01-09parse document directly instead of chunking into section linesDan Allen
2013-01-07rework list reading to be more compliant & compactDan Allen
2013-01-05Merge pull request #53 from mojavelinux/calloutsRyan Waldron
2013-01-04(re)implement callouts and callout listsDan Allen
2013-01-04fold wrapped list item text aligned with first lineDan Allen
2013-01-03fix warningsDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-28rework list items & section partitioningDan Allen
2012-12-23add template for openblock and tests for openblock & example blockDan Allen
2012-12-17parse header metadata (author, revision info)Dan Allen
2012-12-15add constants & tests for list continuationsDan Allen
2012-12-14use templates for list items, improve dlistsDan Allen