summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2022-06-03resolves #2228 fix crash when doctitle or section title with automatic ID ↵Dan Allen
contains inline image without explicit width (PR #2229)
2022-06-02resolves #1941 allow image path in SVG to refer to any location within ↵Dan Allen
Asciidoctor jail (PR #2227)
2022-06-01refactor code that looks up image handler in prawn-svg patchDan Allen
2022-06-01resolves #2223 use prawn-gmagick, if available, to read raster image ↵Dan Allen
referenced by SVG (PR #2224)
2022-05-31tune prawn-gmagick recommendation (PR #2222)Dan Allen
2022-05-29resolves #2219 fix layout of collapsible block (PR #2220)Dan Allen
2022-05-29resolves #2215 interpret width of SVG correctly when width is defined in ↵Dan Allen
file using px units (PR #2218)
2022-05-28resolves #2216 patch prawn-gmagick to reread bit depth of a PNG image if it ↵Dan Allen
extracts the wrong value (PR #2217)
2022-05-28verify Prawn reports font name and style when font style cannot be foundDan Allen
2022-05-27don't crash if inline role defines border width but not border colorDan Allen
2022-05-26resolves #2059 fix width of multi-word phrase with background and border ↵Dan Allen
offset (PR #2212)
2022-05-26resolves #2210 do not filter TOC entries without an ID when computing TOC ↵Dan Allen
extent (PR #2211)
2022-05-25resolves #2208 fix calculation of TOC extent when entries have children but ↵Dan Allen
no ID (PR #2209)
2022-05-25remove only flag from test [no ci]Dan Allen
2022-05-25log warning if title page contents overruns the bounds of a single pageDan Allen
2022-05-25resolves #2205 set height of resized image to available height (PR #2206)Dan Allen
2022-05-24resolves #2203 adjust TrimBox to fit inside of BleedBox when using optimizer ↵Dan Allen
and compliance is PDF/X (PR #2204)
2022-05-24prevent content on title page from exceeding the bounds of a single pageDan Allen
restriction applies to `ink_title_page`
2022-05-22resolves #403 advance table to next page if rowspan in first row does not ↵Dan Allen
fit in space remaining on current page (PR #2201)
2022-05-22resolves #1368 use specified column widths to avoid bugs in column width ↵Dan Allen
calculation when using colspans (PR #2200)
2022-05-21follow-up to #2198 hide linenum spacer in source block from wrap by char logicDan Allen
2022-05-21resolves #2198 break and wrap long contiguous text in source block when ↵Dan Allen
linenums are enabled (PR #2199)
2022-05-21remove debug flag in test suiteDan Allen
2022-05-21verify that long line in verbatim block wraps and that extent is computed ↵Dan Allen
correctly
2022-05-21expand test for collapsing space around hidden index termsDan Allen
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-20short-circuit formatted_text routine and log error if fragments in first ↵Dan Allen
line cannot fit on a new page
2022-05-20make sure a brand variable can end in colorDan Allen
2022-05-19fix test description [no ci]Dan Allen
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)Dan Allen
2022-05-17resolves #1730 allow theme to position caption for code and example blocks ↵Dan Allen
below block using caption-end key (PR #2180)
2022-05-17resolves #412 replace docdir attribute reference in value of pdf-themesdir ↵Dan Allen
and pdf-fontsdir attributes (PR #2183)
2022-05-17don't apply border on block images to logo image on title pageDan Allen
2022-05-17use keyword argument for relative option on fixture_file helper [no ci]Dan Allen
2022-05-17add test to verify ink_general_heading can handle article doctitleDan Allen
2022-05-17remove debug flag in test suiteDan Allen
2022-05-17remove requirement to add dummy text to title page to preserve itDan Allen
2022-05-16use correct left value when creating bounding boxDan Allen
2022-05-16resolves #2176 look for block align roles on image instead of text align ↵Dan Allen
roles (PR #2177)
2022-05-16reclassify and mark which methods in the converter are privateDan Allen
2022-05-15add test to verify text formatting is applied to text that wraps around a floatDan Allen
2022-05-15don't add entry to TOC for notitle section if no content follows itDan Allen
2022-05-15don't add entry to outline for notitle section if no content follows itDan 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-15resolves #2161 allow hyphenation to be turned on and configured using ↵Dan Allen
base-hyphens key in theme (PR #2162)
2022-05-14resolves #2163 rename theme suffix with-fallback-font to ↵Dan Allen
with-font-fallbacks; add built-in default-sans theme (PR #2168)
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-14reify convert handler for pass blocks and remove block decorationDan Allen
2022-05-14reify convert handler for STEM blocksDan Allen
2022-05-13remove use of deprecated theme keys in default-for-print themeDan Allen