What’s New in Asciidoctor PDF 2.1
This page presents the changes made in each of the patch releases in the Asciidoctor PDF 2.1 release line. The releases are ordered from newest to oldest.
Asciidoctor PDF 2.1.4
Asciidoctor PDF 2.1.3
Bug fixes
-
Interpret
start-attheme keys with value1correctly (as1instead of2). -
Restore column layout after importing page(s) from PDF.
-
Fix crash when border color is transparent (
thematic-break-border-color,admonition-column-rule,quote-border-color,verse-border-color). -
Ensure page margin is restored after imported page.
Asciidoctor PDF 2.1.1
Improvements
-
Store zero-based column on
Extentfor extensions to use to position cursor at start of extent.
Bug fixes
-
Place block image in SVG format in correct column when
alignisleftand page columns are enabled. -
Accurately trap LoadError from CodeRay if source language is not recognized on code block.
-
Only draw rounded rectangle around phrase if
border-radiusis > 0. -
Use
base-border-colorvalue if border width is set on role for inline phrase but not border color.
Asciidoctor PDF 2.1.0
Asciidoctor PDF 2.1 introduces several enhancements. For a complete list of changes, see the CHANGELOG.
Page columns
The body of an article or manpage document can now be arranged into columns when the page-columns key is set in the theme.
The width of the gap between the columns can be adjusted with the page-column-gap key.
See Columns for more information.
Other enhancements
-
When
avoidis assigned to the heading-part-break-after key in theme, a page break isn’t inserted between a part and its first chapter. -
Support for the scale attribute was added to image macros.
-
Support for the
iwunit value was added to the pdfwidth attribute on image macros. -
A backlink is created from a bibref on a bibliography entry to the first reference to that entry in the document.
-
The text formatting on index terms is preserved when displayed in the index section.
| Refer to What’s New in Asciidoctor PDF 2.0 to learn about all the new features, improvements, and fixes introduced in 2.0. |