summaryrefslogtreecommitdiff
path: root/spec/reference
AgeCommit message (Collapse)Author
2022-05-20resolves #2193 fix size and position of full height inline image so it fits ↵Dan Allen
within available height of page - always use bounds height as max height for inline image - subtract top padding from line metrics from ascender for full height image - don't protect bottom gutter if line contains a full height image - add tests
2022-05-16use correct left value when creating bounding boxDan Allen
2022-05-15resolves #2173 apply top line height padding to first line of text when text ↵Dan Allen
runs to top of next page (PR #2170)
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-12add utility to conceal page top to force margin to be appliedDan Allen
2022-05-05add missing reference file to test suiteDan Allen
2022-05-03resolves #1192 add support for smallcaps text transform (PR #2131)Dan Allen
- add support for smallcaps value for text-transform in theme - add helper method to do smallcaps translation - add required glyphs to built-in fonts
2022-05-03adding missing glyph for ÿ in built-in fontsDan Allen
2022-04-30adjust top and bottom padding on quote and verse blocks in built-in themes ↵Dan Allen
(PR #2110)
2022-04-30resolves #2102 allow border width of block to be specified per edge using ↵Dan Allen
4-value array (PR #2107)
2022-04-30resolves #2103 cap border corners on block when width is defined using array ↵Dan Allen
(uniform or otherwise) (PR #2105)
2022-04-27resolves #1697 allow theme to configure admonition icon image when ↵Dan Allen
image-based icons are enabled (PR #2089)
2022-04-23resolves #902 allow sides of table frame to be styled independently (PR #2067)Dan Allen
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
* rename key key to kbd * introduce lookup map for deprecated keys * rename internal <key> element to <kbd>
2022-04-18allow role or theme to control text alignment of colistDan Allen
2022-04-18resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in ↵Dan Allen
theme sans-with-fallback-font (PR #2050)
2022-04-15resolves #1939 honor role and inherited role on inline image (PR #2029)Dan Allen
additionally resolves #1376
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space ↵Dan Allen
below blocks, particularly nested blocks (PR #2028)
2022-04-09regenerate reference files for arrange block tests to reflect change to ↵Dan Allen
dlist bottom margin
2022-04-05resolves #2016 add arrange block kitchen sink test fixtures and test casesSarah White
2022-04-05resolves #2003 compute extent of content in scratch document to arrange ↵Dan Allen
content block in primary document * introduce arrange_block helper to handle positioning content block in primary document * reimplement new dry_run to compute the extent and start position of the content block instead of just the height * stop rendering at page boundary in scratch document when computing start position of content block to avoid unnecessary work * ensure that caption stays with start of content block when arranging content block * prevent arrange_block from starting content block on page when no content from block fits on that page * avoid converting content that overruns page in AsciiDoc table cell in scratch document * encapsulate push/pop scratch in arrange_block * add tests for the arrange_block helper * prevent nested breakable blocks from flowing beyond first page when performing on single page only * switch dry_run method to accept keyword arguments * avoid arrange_block when converting open block when possible * include negative tests for image taller than page at top of block * verify borders and backgrounds are not drawn in scratch document * add test to verify behavior of stop_if_first_page_empty * include sanity check before drawing background and border over extent * add rdoc to dry_run and arrange_block help methods * reuse computed extent as TOC extent * remove unused code * raise error if table caption does not fit on single page * add test that footnotes are not pushed down if height exceeds height of page
2022-03-13fix reference file after removing tabs from test fixtureDan Allen
2022-01-19regenerate reference files (PR #1992)Dan Allen
2021-09-21resolves #1970 don't crash if value of width attribute on image has invalid ↵Dan Allen
format (PR #1972)
2021-06-11add test to assert SVG in SVG is not supported and that converter issues warningDan Allen
2021-02-27verify rouge formatter uses default line gap if not specified in themeDan Allen
2021-02-21use import_page to apply PDF as background imageDan Allen
2021-02-21verify PDF can be used as background imageDan Allen
2021-02-15verify page background is set to white if value defined in theme is not set ↵Dan Allen
or transparent
2021-02-06refactor code from fix for #1875Dan Allen
2021-02-06resolves #1875 allow horizontal and vertical lines in table grid to be ↵Kjell Irgens
styled independently (PR #1874)
2021-01-26use new precision setting in PrawnDan Allen
upgrade precision from 4 to 5
2020-12-07resolves #1833 align footnotes block to bottom of page it is placed on (PR ↵Dan Allen
#1842)
2020-10-29use correct terminology for background image in test suiteDan Allen
- replace watermark with background
2020-10-25resolves #1699 add default themes optimized for print (PR #1797)Dan Allen
2020-10-24move font-related tests to font contextDan Allen
2020-10-24test defaults for running content borderDan Allen
2020-10-12verify styles other than bold and italic are ignored when analyzing text for ↵Dan Allen
fallback glyph
2020-10-11test fallback font on formatted textDan Allen
2020-09-28modify test to verify border offset on custom role can be unsetDan Allen
2020-09-21test that text can be aligned to the left of a phraseDan Allen
2020-09-16use oembed API over HTTPS to get thumbnail for Vimeo videoDan Allen
2020-09-10correct the test that verifies the theme can customize the highlight ↵Dan Allen
background color on source blocks
2020-09-08verify that border can be added to button by themeDan Allen
2020-09-04verify inline image is scaled down to fit available widthDan Allen
2020-09-03verify underline style can be used in Rouge themeDan Allen
2020-09-03verify default background color is used to highlight lines in source blockDan Allen
2020-09-02test token with background color when highlighting source using RougeDan Allen
2020-09-01test line-oriented bg when highlighting source with RougeDan Allen
2020-08-28add test to verify border style on block can be set to dottedDan Allen