summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-01Release 1.5.0.alpha.18v1.5.0.alpha.18Dan Allen
2019-06-01resolves #731 warn if image referenced in running content is missing (PR #1085)Dan Allen
2019-06-01resolves #597 add part signifier and part number to part title if partnums is...Dan Allen
2019-06-01add support for the chapter-signifier attribute as the prefered alternative t...Dan Allen
2019-06-01verify correct markers are used for ordered listsDan Allen
2019-06-01verify correct marker is used for each level of unordered listDan Allen
2019-06-01verify page can be imported using block image macroDan Allen
2019-06-01use constants to refer to page sizes in pages specDan Allen
2019-06-01verify behavior when block and inline images are missingDan Allen
2019-06-01add missing test imageDan Allen
2019-06-01add test for unrecognized image formatDan Allen
2019-06-01add initial link testsDan Allen
2019-06-01add test to verify anchors for index terms are reproducibleDan Allen
2019-06-01make sure using index terms doesn't violate the reproducible contractDan Allen
2019-05-31verify that imagesdir is used when resolving target of inline imageDan Allen
2019-05-31add rudimentary test for nested tableDan Allen
2019-05-31set imagesdir in tests by default to simplify testsDan Allen
2019-05-31verify date info is not added to PDF if reproducible attribute is setDan Allen
2019-05-31add instructions to README for how to skip visual integration tests [skip ci]Dan Allen
2019-05-30add imagesdir test for block imageDan Allen
2019-05-30validate that poster is used for YouTube video if available and enabledDan Allen
2019-05-30disable stripes test on Asciidoctor < 1.5.7Dan Allen
2019-05-30drop plural from category in reference filenameDan Allen
2019-05-30add visual test for odd table stripesDan Allen
2019-05-30resolves #191 allow theme to set paragraph indent (PR #192)Dan Allen
2019-05-29take rouge out of examples groupDan Allen
2019-05-29update Ruby versions in CIDan Allen
2019-05-29verify start attribute on olist works in concert with numeration styleDan Allen
2019-05-29verify start attribute on ordered list is honoredDan Allen
2019-05-29verify ordered list numbers align right and extend to left marginDan Allen
2019-05-28consistently use singular form for test suite namesDan Allen
2019-05-28shorten title in README [skip ci]Dan Allen
2019-05-28document how to install the gem locallyDan Allen
2019-05-28verify proper indentation is used for lists that hide markerDan Allen
2019-05-28make chronicles example compatible with Asciidoctor 1.5.3 (for testing)Dan Allen
2019-05-28ensure index section doesn't get numbered when it shouldn'tDan Allen
2019-05-28generate index terms using sequence to make document reproducibleDan Allen
2019-05-28move initialization of list bullets and numerals to init_pdf methodDan Allen
2019-05-28add initial cli testsDan Allen
2019-05-28add initial test for video macroDan Allen
2019-05-27add test to verify front cover is scaled until it covers pageDan Allen
2019-05-27add initial tests for cover pageDan Allen
2019-05-27update test suite to use PDF module instead of Pdf moduleDan Allen
2019-05-27add visual regression tests (PR #1024)Beat Christen
2019-05-27resolves #1073 add support for unnumbered and no-bullet style on ordered list...Dan Allen
2019-05-27expand padding value for running content (header and footer) to arrayDan Allen
2019-05-27fix placement of vertically centered running contentDan Allen
2019-05-26add missing filesDan Allen
2019-05-26process theme extends in ThemeLoader.load_file instead of ThemeLoader#loadDan Allen
2019-05-26resolve theme file that begins with ./ the same way as any theme fileDan Allen