summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-05-22resolves #403 advance table to next page if rowspan in first row does not fit...Dan Allen
2022-05-22resolves #1368 use specified column widths to avoid bugs in column width calc...Dan Allen
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 linen...Dan Allen
2022-05-21remove debug flag in test suiteDan Allen
2022-05-21verify that long line in verbatim block wraps and that extent is computed cor...Dan Allen
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 w...Dan Allen
2022-05-20short-circuit formatted_text routine and log error if fragments in first line...Dan Allen
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 be...Dan Allen
2022-05-17resolves #412 replace docdir attribute reference in value of pdf-themesdir an...Dan Allen
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 role...Dan Allen
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
2022-05-15resolves #2161 allow hyphenation to be turned on and configured using base-hy...Dan Allen
2022-05-14resolves #2163 rename theme suffix with-fallback-font to with-font-fallbacks;...Dan Allen
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
2022-05-12restore margin below pass blockDan Allen
2022-05-12rename convert_listing_or_literal to convert_code and alias old nameDan Allen
2022-05-12resolves #2164 configure spacing around thematic break using thematic-break-p...Dan Allen
2022-05-12add utility to conceal page top to force margin to be appliedDan Allen
2022-05-11resolves #2150 coerce image-caption-max-width to fit-content if float attribu...Dan Allen
2022-05-11resolves #2158 do not orphan sidebar title (PR #2159)Dan Allen
2022-05-11resolves #2156 honor caption-align when element align is not left and caption...Dan Allen
2022-05-11correctly detect preceding code block when determining whether to collapse to...Dan Allen
2022-05-11update extended converter that avoids a page break after a heading and use it...Dan Allen
2022-05-10resolves #2151 add support for orphan avoidance to discrete headings (PR #2153)Dan Allen
2022-05-10resolves #2149 preserve columns on subsequent pages in the index section (PR ...Dan Allen
2022-05-07allow to_pdf_file spec helper to override backend keyDan Allen
2022-05-07don't mutate pdf_theme in spec helperDan Allen
2022-05-07fix formatting of source code in toc testDan Allen
2022-05-05add missing reference file to test suiteDan Allen
2022-05-05correctly apply line spacing and text justification to first line of abstractDan Allen
2022-05-05resolves #2141 support text-transform on first line of abstract (PR #2142)Dan Allen
2022-05-05add support for :color option directly to Prawn::Text::Formatted::Box and rem...Dan Allen