summaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages
AgeCommit message (Collapse)Author
2023-08-17clarify the function of the integer value for outlinelevelsHEADmainDan Allen
2023-08-17document toclevels block attributeDan Allen
2023-08-16document that toclevels and outlinelevels can be set as a block attribute ↵Dan Allen
per section
2023-08-16clarify that the outline can be deactivatedDan Allen
2023-07-25Remove defunct link from page about importing PDF pages (PR #2440)Markus Napp
2023-06-28document how to add breakable option to all tables at runtime using ↵Dan Allen
Asciidoctor extension
2023-06-28clarify that breakable does not keep title with table when using the bottom ↵Dan Allen
placement for caption
2023-06-26add the fit attribute to the image scaling tableDan Allen
2023-06-24resolves #2428 prevent inline image from being scaled down in normal table ↵Dan Allen
cell; support fit=none attribute on inline image (PR #2432)
2023-06-24fix explanation of how inline images in normal table cells are sizedDan Allen
2023-06-22add section about inline image scaling in table cells (PR #2429)Markus Napp
2023-06-18document how to set allow-uri-read to allow remote images to be embeddedDan Allen
2023-05-09more clearly document the supported built-in roles and what they doDan Allen
2023-05-01update phrasing on install pageDan Allen
2023-05-01make it clear on install page that 2.7 is the minimum Ruby version requiredDan Allen
2023-05-01change the term prerequisites to requirements on install pageDan Allen
2023-05-01replace instructions for modifying encoding with link to system encodings ↵Dan Allen
section in Asciidoctor docs
2023-04-15document ffi-icu as optional dependencyDan Allen
2023-04-15document Asciidoctor Kroki as optional dependencyDan Allen
2023-04-15add notice to avoid rghost 0.9.8Dan Allen
2023-04-12add tip about how to keep section title with multiple ensuing blocksDan Allen
2023-04-09clarify prerequisites section in documentationDan Allen
2023-03-24rewrite the autowidth tables page with examples for illustrationDan Allen
2023-03-14Fix link in optimize-pdf.adoc for distiller preset options doc (PR #2405)Harrison Chin
2023-02-20more thoroughly document the noborder role on block imagesDan Allen
2023-02-20clarify that built-in roles can be redefined in the themeDan Allen
2023-01-30add entry about character references and named entities to Known LimitationsDan Allen
2022-12-12fix typo in link to contributing guideDan Allen
2022-12-08document how to display author and revision information in articleDan Allen
2022-10-18port fix for #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF so ↵Dan Allen
it does not break internal references
2022-09-29remove limitation of using remote image in doctitle or section title with ↵Dan Allen
autogenerated ID
2022-09-29document that the converter strips away additional formatting in a source ↵Dan Allen
block when the source highlighter is enabled
2022-09-28resolves #2347 add support for passing a color mode to the default optimizer ↵Dan Allen
(PR #2348)
2022-09-27fix typo on optimize PDF pageDan Allen
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-20add an Upgrade to Asciidoctor PDF 2 migration guideDan Allen
2022-09-15be more clear that SVGs must declare the viewBox attributeDan Allen
2022-09-13document useful features that can be enabled using GS_OPTIONSDan Allen
2022-09-12resolves #2337 honor GS_OPTIONS environment variable in RGhost optimizer (PR ↵Dan Allen
#2338)
2022-09-12clarify how to set GS environment variable when using optimizerDan Allen
2022-09-09add 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-06upgrade to prawn-icon 3.1.x to add support for the Material Design Icons ↵Perceval Anichini
(mdi) as an available font-based icon set (PR #2334) Co-authored-by: Perceval <perceval@trilogic.fr>
2022-09-06drop support for the unmaintained payment font for use in font-based iconsDan Allen
2022-09-05resolves #2330 allow PDF optimizer to be pluggable (PR #2332)Dan Allen
2022-09-03add missing word in docsDan Allen
2022-09-01fix broken xref in docsDan Allen