summaryrefslogtreecommitdiff
path: root/test/lists_test.rb
AgeCommit message (Expand)Author
2014-02-19use glyphs for checklist in docbook backendDan Allen
2014-02-10resolves #878 use glyphs for checkboxes when not using font iconsDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-01-20Opal compatibility fixesDan Allen
2014-01-19remove ERB from most DocBook templates; add some missing DocBook testsDan Allen
2013-11-06resolves #533 unwrap preamble if standaloneDan Allen
2013-11-03resolves #727 remove trailing endlines from source dataDan Allen
2013-10-16resolves #664 honor list continuations on indented, nested list itemsDan Allen
2013-09-26resolves #643 add vbar attribute, make brvbar resolve properlyDan Allen
2013-09-02fix for three or more callouts on a single lineDan Allen
2013-08-31refactor subs handling on blockDan Allen
2013-08-28add and honor interactive option for checklistsDan Allen
2013-08-28fix regression for multiple callouts on a single lineDan Allen
2013-08-23resolves #582 XML comment-style calloutsDan Allen
2013-08-23fix false detection of list item with hyphen markerDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-08-17fix content method on List block to return itemsDan Allen
2013-08-13optimizations and cleanupsDan Allen
2013-08-10resolves #532 multiple terms per labeled list itemDan Allen
2013-07-30resolves #524 ignore comment lines when matching labeled list itemDan Allen
2013-07-04resolves #478 make callout bullets non-selectableDan Allen
2013-07-02resolves #469, #364, #472 list improvementsDan Allen
2013-06-13resolves #200 add support for checklists in unordered listDan Allen
2013-05-30cleanups and minor bug fixesDan Allen
2013-05-27resolves #202 add prettify source-highlighterDan Allen
2013-05-26resolves #115 add option to use font iconsDan Allen
2013-05-26output screen element in docbook for listing or source block w/o languageDan Allen
2013-05-26resolves #315 consecutive terms in labeled list share same entryDan Allen
2013-05-24resolves #298 horizontal dlist layout in docbook backendDan Allen
2013-04-22compliance bug fixes and more testsDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-04-20resolves #260 use code element instead of ttDan Allen
2013-04-15resolves #231 question must be wrapped in simparaDan Allen
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