summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2023-08-06eradicate tall.svg fixture from image testsDan Allen
2023-08-06eradicate tall.svg fixture from table testsDan Allen
2023-08-05eradicate tall.svg from footnotes specsDan Allen
2023-08-05remove debug flagDan Allen
2023-08-05eradicate tall.svg from section specsDan Allen
2023-08-04fix broken test due to helper changeDan Allen
2023-08-04remove use of tall.svg in floating title specDan Allen
2023-08-04remove use of tall.svg in arrange_block_specDan Allen
2023-08-04modify with_content_spacer to accept units and fill color as optionsDan Allen
2023-08-04begin replacing tall.svg with generated spacer SVG in testsDan Allen
2023-06-28resolves #2434 honor table caption end placement when unbreakable (or breakab...Dan Allen
2023-06-28resolves #2433 correctly align block image in raster format in column when al...Dan Allen
2023-06-24resolves #2428 prevent inline image from being scaled down in normal table ce...Dan Allen
2023-06-22resolves #2430 remove null character enclosed by XML tag when sanitizing text...Dan Allen
2023-05-18fix example code in rouge test so it highlighted consistently across versionsDan Allen
2023-04-19remove redundant base qualifier on constants used at top levelDan Allen
2023-04-14do not insert break opportunities into bare URL with nobreak roleDan Allen
2023-04-14add support for nowrap and nobreak roles on formatted textDan Allen
2023-04-10add workaround for JRuby on Windows when value of imagesdir attribute is abso...Dan Allen
2023-04-10add test for relative image target in directory that contains non-ASCII chara...Dan Allen
2023-04-10don't crash if source block with custom subs is empty and source highlighter ...Dan Allen
2023-04-06don't attempt to further resolve logo image from theme if it's already an abs...Dan Allen
2023-03-31add additional tests and docs for loading themes from the classpathDan Allen
2023-03-31add test for additional key symbols in fallback fontDan Allen
2023-03-29resolves #2398 use first recto page after toc when media is prepress and page...Dan Allen
2023-03-29use single-quoted heredoc when possibleDan Allen
2023-03-29resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR #2...Dan Allen
2023-03-27related to #2379 honor theme settings for caption on table with breakable or ...Dan Allen
2023-03-27resolves #2379 restore bottom margin on table with breakable or unbreakable o...Dan Allen
2023-03-27resolves #2368 do not drop section that follows empty index (PR #2414)Dan Allen
2023-03-24update description of testDan Allen
2023-03-12resolves #2402 add callout-list-marker-font-color theme key to control color ...Dan Allen
2023-03-11exclude image path test on JRuby for WindowsDan Allen
2023-03-11add missing directory to fixturesDan Allen
2023-03-11add test to verify image can be read from path with non-ASCII charactersDan Allen
2023-02-14remove only flag from test suiteDan Allen
2023-02-14fix test assertion when testing against Rouge 2Dan Allen
2023-02-14remove debug flag in test suiteDan Allen
2023-02-14fix test assertions to account for changes in Rouge 4.1Dan Allen
2023-02-12resolves #2390 prevent special character substitution from interfering with c...Dan Allen
2023-01-02add test to assert that pdfwidth is ignored on background image if fit=none i...Dan Allen
2023-01-02fix invalid test scenarioDan Allen
2022-12-07resolves #2373 correctly map all icons from FontAwesome 4 (PR #2374)Dan Allen
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-10-29resolves #2362 allow revision content to be customized by theme (PR #2366)Dan Allen
2022-10-29remove unused breakable tag in test suiteDan Allen
2022-10-28upgrade RuboCop, configure new rules, and update code to conformDan Allen
2022-10-28resolves #2361 resolve attribute references in target of image in running con...Dan Allen
2022-10-27resolves #2363 replace use of AbstractBlock#role= method to ensure compatbili...Dan Allen
2022-10-25resolves #2358 support horizontal alignment on AsciiDoc table cell that only ...Dan Allen