summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22revise page about breakable/unbreakable optionsDan Allen
2022-06-21resolves #1768 allow theme to control page break after automatic TOC in artic...Dan Allen
2022-06-21extend CLI options object to override print_version methodDan Allen
2022-06-21simplify require logic in bin scriptDan Allen
2022-06-21resolves #1719 allow margin for rotated page to be configured independently (...Dan Allen
2022-06-20remove debug flag in testsDan Allen
2022-06-20add dedicated tests for the string literal value ~ for the front cover imageDan Allen
2022-06-20be more specific about what values are accepted by the theme for a cover imageDan Allen
2022-06-20resolves #1739 allow page background image to be specified per page layout (P...Dan Allen
2022-06-20slightly optimize variable assignments in init_pageDan Allen
2022-06-20avoid unnecessary variable assignments in start_title_pageDan Allen
2022-06-20consolidate variable assignments in resolve_background_imageDan Allen
2022-06-19set up main branch for 2.2.x developmentDan Allen
2022-06-19defer setting tare until after operation completes in init_pageDan Allen
2022-06-19set page margin for prepress document with inner/outer margins in init_scratchDan Allen
2022-06-19clarify that init_page is not called on pages in scratch document [skip ci]Dan Allen
2022-06-19further clarify how to apply recto margins to title pageDan Allen
2022-06-19add assumption to docs for dry_run [skip ci]Dan Allen
2022-06-19make docs more clear about how to apply recto margins to title page [skip ci]Dan Allen
2022-06-19explain how to get more intelligible wrapping in a table cell with a restrict...Dan Allen
2022-06-18fix crash when border color is transparentDan Allen
2022-06-17release 2.1.2 [no ci]v2.1.2Dan Allen
2022-06-17resolves #2248 apply page layout from main document to new page in scratch do...Dan Allen
2022-06-16include page number on rectangle extracted by rectangle inspector in test suiteDan Allen
2022-06-16document that {page-layout} can be used in path of background image for runni...Dan Allen
2022-06-16use turn off in place of disable in the docsDan Allen
2022-06-16consolidate call to restore imagesdir in apply_subs_discretelyDan Allen
2022-06-15use more self-explanatory variable name in text transform [no ci]Dan Allen
2022-06-15use get_entries_for_toc to determine if the TOC is non-empty rather than Docu...Dan Allen
2022-06-15verify toc is not inserted at default location if document has no sectionsDan Allen
2022-06-14use correct logic to insert page before TOC with automatic placement when doc...Dan Allen
2022-06-14add clarification to docs about running content marginDan Allen
2022-06-15release 2.1.1 [no ci]v2.1.1Dan Allen
2022-06-14update What's New for 2.1.1 release [no ci]Sarah White
2022-06-14remove debug flag in test suiteDan Allen
2022-06-14use base-border-color value if border width is set on role for inline phrase ...Dan Allen
2022-06-14use enhanced RectInspector in test suite that can pick up fill and stroke colorDan Allen
2022-06-14only draw rounded rectangle around phrase if border-radius is > 0Dan Allen
2022-06-14use auth token of current actor for gh in release workflow [skip ci]Dan Allen
2022-06-13store zero-based column of current and from on Extent (PR #2244)Dan Allen
2022-06-13use direct assignment if from page on extent does not match current page numberDan Allen
2022-06-13clarify the behavior of the advance_page helperDan Allen
2022-06-13emphasize that the table role extended converter can be used for other block ...Dan Allen
2022-06-13accurately trap LoadError from CodeRay if source language is not recognized o...Dan Allen
2022-06-12don't attempt to intall prawn-gmagick unless RUBY_ENGINE is ruby [skip ci]Dan Allen
2022-06-12fix test setupDan Allen
2022-06-12add test to verify SVG admonition icon is positioned in correct column when p...Dan Allen
2022-06-12add example of extended converter to theme specific admonition typesDan Allen
2022-06-12take column into account in extended converter that imprints source language ...Dan Allen
2022-06-12fix typo in test description [skip ci]Dan Allen