summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03add missing word in docsDan Allen
2022-09-03consolidate more logic into init_pdfDan Allen
2022-09-02fix tests on Ruby 2.7Dan Allen
2022-09-02process pre-wrap role in text formatterDan Allen
2022-09-01add custom cop to ensure debug flag is not left on to_pdf functionDan Allen
2022-09-01remove debug flag from test suiteDan Allen
2022-09-01fix broken xref in docsDan Allen
2022-09-01fully document the heading-min-height-after theme keyDan Allen
2022-09-01ensure heading-min-height-after theme key is ignored if section is empty or d...Dan Allen
2022-09-01resolves #2326 don't include bottom margin when computing heading height if h...Dan Allen
2022-08-31make use of AbstractBlock#empty? methodDan Allen
2022-08-31fix test descriptions [skip ci]Dan Allen
2022-08-31arrange heading even if section is emptyDan Allen
2022-08-31remove extra line in source [skip ci]Dan Allen
2022-08-30resolves #2314 preserve em and rem units on numerator in calc operation in th...Dan Allen
2022-08-30really remove debug flag in test suiteDan Allen
2022-08-30remove debug flag from test suiteDan Allen
2022-08-30don't include children of section with empty title in outlineDan Allen
2022-08-30don't include children of section with empty title in TOCDan Allen
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-28add hint that page background image can be set per side and per layoutDan Allen
2022-08-28simplify logic to apply text transform to first lineDan Allen
2022-08-28don't force justify first line of abstract if it ends with a hard breakDan Allen
2022-08-27upgrade JRuby in CI matrixDan Allen
2022-08-26revert kwarg to opts on numbered_title methodDan Allen
2022-08-26set default value of unused _opts argument to nil to indicate intentDan Allen
2022-08-26switch opts to kwarg on numbered_title methodDan Allen
2022-08-26resolves #2322 draw border on heading if it is advanced to next page (PR #2323)Dan Allen
2022-08-26use safe navigation operator in a few more placesDan Allen
2022-08-26replace each with each_value when only the value is neededDan Allen
2022-08-25minor optimization in formatted text transformDan Allen
2022-08-25consolidate code in formatted text transform to make it easier to manageDan Allen
2022-08-24define fallback value for menu caret content in prepare_themeDan Allen
2022-08-24add break opportunity after kbd separatorDan 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-21document the call order for preparing and instantiating a scratch documentDan 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-20proofreading with LanguageTool (PR #2320)Guillaume Grossetie
2022-08-20resolves #2304 allow theme to set minimum height of orphans for code blocks (...Dan Allen
2022-08-20minor code style changeDan 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-19fix description of position key for running content in docsDan Allen
2022-08-19swap nesting order in running content to make intent more clearDan Allen