summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-04verify heading is advanced to next page to avoid breaking across page boundaryDan Allen
2022-09-04add hint that page background image can be set per side and per layoutDan Allen
2022-09-04simplify logic to apply text transform to first lineDan Allen
2022-09-04don't force justify first line of abstract if it ends with a hard breakDan Allen
2022-09-04upgrade JRuby in CI matrixDan Allen
2022-09-04backport fix for #2322 draw border on heading if it is advanced to next pageDan Allen
2022-08-20proofreading with LanguageTool (PR #2320)Guillaume Grossetie
2022-08-19fix test descriptionDan Allen
2022-08-19fix description of position key for running content in docsDan Allen
2022-08-19fix value of release-line attributeDan 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 ↵Dan Allen
when syntax highlighter is enabled (PR #2295)
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 ↵Dan Allen
prepress (PR #2309)
2022-08-12add tests to verify bottom padding is collapsed if text of abstract will fit ↵Dan Allen
on single page
2022-08-12add test to verify padding is supported on abstractDan Allen
2022-08-12support text alignment roles on verse blockDan Allen
2022-08-12add question about use of bottom gutter logicDan Allen
2022-08-12support text alignment roles on styled paragraphsDan Allen
2022-08-11fix typo in extended converter for admonition theme per typeDan Allen
2022-08-10resolves #2307 use relative font size for big and small roles (PR #2308)Dan Allen
2022-08-10minor code style change [no ci]Dan Allen
2022-08-10remove oudated question comment [no ci]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 clearer iteration variableDan 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-08add helper to consolidate fragments with same propertiesDan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is ↵Dan Allen
specified on page break macro (PR #2299)
2022-08-06resolves #2300 always insert page break if always option is specified on ↵Dan Allen
page break macro (PR #2301)
2022-08-06fix typo in test descriptions [no ci]Dan Allen
2022-08-05fix casing in key nameDan Allen
2022-08-05mention that heading-min-height-after key can be used to enable orphan ↵Dan Allen
prevention on headings
2022-08-05document how to vertically center the part title using an extended converterDan Allen