summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-08-29verify heading is advanced to next page to avoid breaking across page boundaryDan Allen
2022-08-29refactor formatted text transform to simplify how inner space is collapsedDan Allen
2022-08-28don't force justify first line of abstract if it ends with a hard breakDan Allen
2022-08-26resolves #2322 draw border on heading if it is advanced to next page (PR #2323)Dan Allen
2022-08-24rename kbd-separator theme key to kbd-separator-content to make its consisten...Dan Allen
2022-08-23fix broken test assertionDan Allen
2022-08-23keep caret between items in menu macro with previous item if items wrapDan Allen
2022-08-22share image info cache between primary and scratch documents to avoid decodin...Dan Allen
2022-08-21resolves #2318 allow theme to specify width for image-based admonition icons ...Dan Allen
2022-08-20resolves #2311 change style of footnote labels (PR #2312)Dan Allen
2022-08-20resolves #2304 allow theme to set minimum height of orphans for code blocks (...Dan Allen
2022-08-19resolves #2304 don't break code block that is less than breakable minimum lin...Dan Allen
2022-08-19resolves #2316 allow font settings to be specified per side of a running cont...Dan Allen
2022-08-19fix test descriptionDan Allen
2022-08-16verify that PNG image is decoded again in scratch documentDan Allen
2022-08-14resolves #2086 strip formatting markup added to source block by custom subs w...Dan Allen
2022-08-13resolves #2297 keep footnote label with preceding text (PR #2310)Dan Allen
2022-08-13resolves #2306 use default-for-print theme by default if media is print or pr...Dan Allen
2022-08-12add tests to verify bottom padding is collapsed if text of abstract will fit ...Dan Allen
2022-08-12add test to verify padding is supported on abstractDan Allen
2022-08-12support text alignment roles on verse blockDan Allen
2022-08-12support text alignment roles on styled paragraphsDan Allen
2022-08-10resolves #2307 use relative font size for big and small roles (PR #2308)Dan Allen
2022-08-10add test to verify theme value with relative units is preservedDan Allen
2022-08-10verify fixed units are resolved before computing valueDan Allen
2022-08-09resolves #2298 only indent text that starts at left margin (PR #2302)Dan Allen
2022-08-09use kwargs in bin_script helperDan Allen
2022-08-08honor theme settings for inner paragraphs in abstractDan Allen
2022-08-08verify converter only decorates first line of first paragraph in abstractDan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is spec...Dan Allen
2022-08-06resolves #2300 always insert page break if always option is specified on page...Dan Allen
2022-08-06fix typo in test descriptions [no ci]Dan Allen
2022-08-05verify page break at start of column is ignoredDan Allen
2022-08-03resolves #2291 allow theme to control vertical alignment of footnotes block (...Dan Allen
2022-07-31apply text transform and formatting when computing height of background for c...Dan Allen
2022-07-31apply text formatting when checking height of heading for orphan preventionDan Allen
2022-07-28apply text transformation when checking height of heading for orphan preventionDan Allen
2022-07-23add test to verify style of footnotes title can be configured using themeDan Allen
2022-07-22resolves #2288 prevent orphan detection for heading from modifying document s...Dan Allen
2022-07-20allow theme to control font style of marker (per marker or all markers) for u...Dan Allen
2022-07-20resolves #2279 allow theme to control font properties of marker for ordered l...Dan Allen
2022-07-20resolves #2269 allow top keys in title-page theme category to accept a fixed ...Dan Allen
2022-07-19use Pathname in place of FileUtils in test suite where possibleDan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-07-17refactor test suiteDan Allen
2022-07-17move definition of TareFirstPageContentStreamNoop module in test suiteDan Allen
2022-07-16resolves #2268 allow orphan detection to be enabled for all section titles an...Dan Allen
2022-07-16move helper for visually_match matcher into same fileDan Allen
2022-07-16remove unused code in test suite [no ci]Dan Allen
2022-07-16organize PDF inspectors in test suite into separate filesDan Allen