summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2019-07-08add simple test for fallback fontDan Allen
2019-07-08resolves #451 allow button to be styled by theme (PR #1143)Dan Allen
2019-07-08resolves #306 allow theme to control background and border of inline code (li...Dan Allen
2019-07-08resolves #1141 make depth of section titles assigned to section-title attribu...Dan Allen
2019-07-08resolves #1138 fix position of table caption for autowidth tables when captio...Dan Allen
2019-07-07resolves #1136 add support for fit=cover for cover page, page background, and...Dan Allen
2019-07-07resolves #1132 allow image format to be specified using format attribute on i...Dan Allen
2019-07-07resolves #1134 allow size and position of cover image to be setDan Allen
2019-07-06add test for title page background colorDan Allen
2019-07-06update information in NOTICE file [skip ci]Dan Allen
2019-07-06add spec for back cover pageDan Allen
2019-07-06improve specs for cover pageDan Allen
2019-07-06don't pass imagesdir explicitly in cover page specsDan Allen
2019-07-06fix order of arguments when asserting image data in images spec [skip ci]Dan Allen
2019-07-05resolves #1127 rename pdf-style and pdf-stylesdir attributes to pdf-theme and...Dan Allen
2019-07-05use public API to instantiate converter in testDan Allen
2019-07-05don't crash if image path is a URI and allow-uri-read is not setDan Allen
2019-07-04resolves #1093 allow column rule to be specified for columns in running conte...Dan Allen
2019-07-04resolves #1126 automatically set stylesdir (PR #1128)Dan Allen
2019-07-04remove trailing space in source [skip ci]Dan Allen
2019-07-04add initial tests for admonition labels and iconsDan Allen
2019-07-04use fixture_file in theme loader specsDan Allen
2019-07-03add missing fixtureDan Allen
2019-07-03add test for image specified as data URIDan Allen
2019-07-03add test to verify background image can be set to none to disableDan Allen
2019-07-03mark all integration testsDan Allen
2019-07-03change default background position to centerDan Allen
2019-07-03resolves #1124 allow background image position to be controlled by macroDan Allen
2019-07-03add missing integration marker on visual tests for SVG with imageDan Allen
2019-07-02configure how local and remote images in background SVG get loadedDan Allen
2019-07-02shorten text-alignment attribute to text-align and add testDan Allen
2019-07-02fix warning in spec helper [skip ci]Dan Allen
2019-07-02fix name of reference files for cover page testsDan Allen
2019-07-02add test for block macro syntax for front cover imageDan Allen
2019-07-02use inline macro syntax for background image tests; add test for block image ...Dan Allen
2019-07-02fix heredoc in spec [skip ci]Dan Allen
2019-07-01rename CmykColorValue to CMYKColorValue [skip ci]Dan Allen
2019-07-01fix background image scaling test to work with Ruby 2.3Dan Allen
2019-07-01add missing reference file in test suiteDan Allen
2019-07-01fix scale-down calculation for background image when explicit width is setDan Allen
2019-07-01fix scale-down calculation for image in running contentDan Allen
2019-06-30support width attribute on image in running content if no other dimension att...Dan Allen
2019-06-30resolves #1122 allow hyphens in theme variable references (PR #1123)Dan Allen
2019-06-30resolves #683 set enable_file_requests_with_root and enable_web_requests opti...Dan Allen
2019-06-30resolves #1117 allow page background size to be controlled using image macro ...Dan Allen
2019-06-30resolves #498 allow start value to be negative for ordered lists that use ara...Dan Allen
2019-06-30resolves #302 set PDF version to 1.4 by default; allow pdf-version attribute ...Dan Allen
2019-06-30ignore start attribute on ordered list if marker is disabledDan Allen
2019-06-29resolves #765 scale SVG background image to fit page (PR #1116)Dan Allen
2019-06-29fix SVG fixture [skip ci]Dan Allen