Skip to content

v2.0.23

Latest
Compare
Choose a tag to compare
@mojavelinux mojavelinux released this 17 May 22:21
· 843 commits to main since this release

This is a patch release in the 2.0.x release line to fix bugs and deal with compliance issues.

The primary bug fix in this release is to not duplicate the block attribute line above a detached block that breaks a dlist, which fixes the duplicate role warning on that detached block.
The main compliance improvement is to encode spaces in mailto links using %20, in accordance with RFC 3986, instead of +.

This release introduces several fixes and improvements related to parsing a table that has jagged rows.
If the colspan of the last cell in a row, including the last row, exceeds the specified number of columns, only that row is dropped.
On the other hand, if the last row is missing cells, an error message is logged to notify the author.

If a URL is used as the target of an xref shorthand, the processor now treats the URL as a fragment identifier instead of crashing.

Finally, repeating spaces in verbatim content in the manpage output are preserved.

Distribution

Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux, OpenSUSE, and Homebrew. You can use the system's package manager to install the package named asciidoctor.

Changelog

Compliance

  • Encode spaces in mailto links as %20, in accordance with RFC 3986, instead of + (#4576)

Improvements

  • Log error when an incomplete row is detected at the end of a table (#4573)

Bug Fixes

  • Don't leave behind empty line inside skipped preprocessor conditional (#4580)
  • Don't duplicate block attribute line above detached block that breaks a dlist; fixes duplicate role on detached block (#4565)
  • Don't crash when parsing xref shorthand if target starts with URL protocol and text is offset by space (#4570)
  • Only drop current row if colspan of last cell exceeds specified number of columns (#4587)
  • Drop last row if colspan of last cell in table exceeds specified number of columns (#4587)
  • Preserve repeating spaces in verbatim content in manpage output (#3583)

Release meta

Released on: 2024-05-17
Released by: @mojavelinux
Release beer: Marmot Passage by Two 22 Brew

Logs: resolved issues | source diff | gem diff

Credits

A very special thanks to all the awesome supporters of the Asciidoctor OpenCollective campaign, who provide critical funding for the ongoing development of this project.