summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-21release 2.3.3v2.3.3Dan Allen
2022-10-20remove gem version patch script and update release scriptDan Allen
2022-10-20import improvements to release scripts from asciidoctor project [no ci]Dan Allen
2022-10-20add release version to workflow run name [skip ci]Dan Allen
2022-10-20remove redundant tags-ignore in CI workflowDan Allen
2022-10-17resolves #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF (PR #2356)Dan Allen
2022-10-16fix issue reference in CHANGELOGDan Allen
2022-10-16resolves #2354 fix crash if last fragment in TOC entry is not rendered (PR ↵Dan Allen
#2357)
2022-10-14document the chapter-numeral and part-numeral attributes in running contentDan Allen
2022-10-12add another hint about using shorthand to map font to all four font stylesDan Allen
2022-09-29document that the converter strips away additional formatting in a source ↵Dan Allen
block when the source highlighter is enabled
2022-09-26rewrite the Asciidoctor Diagram integration sectionDan Allen
2022-09-25clarify which pages the background image is applied to and how to overrideDan Allen
2022-09-25rewrite intro on background images pageDan Allen
2022-09-21minor revisions to theming system descriptionsDan Allen
2022-09-21slight rewording in theming system introDan Allen
2022-09-21rename extend-theme.adoc to create-theme.adocDan Allen
2022-09-21rewrite the Create a Theme page to make the tutorial and explanation easier ↵Dan Allen
to follow
2022-09-21document the built-in themesDan Allen
2022-09-21swap extend and apply theme pages in navDan Allen
2022-09-21rewrite the introduction to the theming systemDan Allen
2022-09-20add an Upgrade to Asciidoctor PDF 2 migration guideDan Allen
2022-09-20rearrange nav for themingDan Allen
2022-09-18clarify how the theme and theme assets are resolved when using pdf-theme, ↵Dan Allen
pdf-themesdir, and pdf-fontsdir
2022-09-17prepare branch for development [no ci]Dan Allen
2022-09-17release 2.3.2 [no ci]v2.3.2Dan Allen
2022-09-17provide fallback value for base-font-size theme key before processing keysDan Allen
2022-09-17prepare branch for development [no ci]Dan Allen
2022-09-17release 2.3.1 [no ci]v2.3.1Dan Allen
2022-09-17backport fix for #2343 provide a fallback value for base-font-sizeDan Allen
2022-09-15be more clear that SVGs must declare the viewBox attributeDan Allen
2022-09-14add extended converter example that looks for images in multiple dirsDan Allen
2022-09-14backport fix for #2339 fix crash when smallcaps text transform is applied to ↵Dan Allen
a phrase
2022-09-13use smallcaps in text-transform exampleDan Allen
2022-09-12clarify how to set GS environment variable when using optimizerDan Allen
2022-09-12mark test that uses networkDan Allen
2022-09-12add hint about remapping the sans-serif font family for diagramsDan Allen
2022-09-08add tip about removing width and height attributes from SVG dataDan Allen
2022-09-07describe the top attribute on the image attribute for a title logo image in ↵Dan Allen
more detail
2022-09-06Fix typo: `code` -> `quote` (PR #2335)Stefane Fermigier
2022-09-04add missing reader for compliance attribute on optimizerDan Allen
2022-09-04backport fix for #2328 don't use chapter or part signifier if respective ↵Dan Allen
attribute is unset
2022-09-04add missing word in docsDan Allen
2022-09-04add custom cop to ensure debug flag is not left on to_pdf functionDan Allen
2022-09-04fully document the heading-min-height-after theme keyDan Allen
2022-09-04ensure heading-min-height-after theme key is ignored if section is empty or ↵Dan Allen
discrete heading is last child
2022-09-04backport fix for #2326 don't include bottom margin when computing heading ↵Dan Allen
height if heading-min-height-after theme key is empty
2022-09-04fix test descriptions [skip ci]Dan Allen
2022-09-04arrange heading even if section is emptyDan Allen
2022-09-04remove extra line in source [skip ci]Dan Allen