summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-08-19add task to cut releae line [no ci]Dan Allen
2022-08-19fix value of release-line attributeDan Allen
2022-08-19set up main branch for 3.0.x development [no ci]Dan Allen
2022-08-19tighten project descriptionDan Allen
2022-08-18document the built-in padding added around a font-based admonition iconDan Allen
2022-08-18remove unneeded variableDan Allen
2022-08-17fix name of admonition icon category in docsDan Allen
2022-08-17document the image key on the admonition-icon-<name> category of the themeDan Allen
2022-08-16prepare branch for development [no ci]Dan Allen
2022-08-16release 2.3.0 [no ci]v2.3.0Dan Allen
2022-08-16fix typos [no ci]Dan Allen
2022-08-16update what's new page for 2.3.0 releaseDan Allen
2022-08-16verify that PNG image is decoded again in scratch documentDan Allen
2022-08-15use lookup tables to verify text alignment namesDan Allen
2022-08-15document relationship of text alignment roles to text-align keys in themeDan Allen
2022-08-15revise CHANGELOG entries for upcoming releaseDan Allen
2022-08-14resolves #2086 strip formatting markup added to source block by custom subs w...Dan Allen
2022-08-14rename prev_subs to saved_subs to make intent more clearDan 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