v2.0.10
Summary
This is a patch release that fixes two regressions, one when using the header_footer option with Asciidoctor.convert_file and one when the icons attribute is set to image. It also addresses a minor issue in the default stylesheet with excerpt blocks and passes a consistent set of arguments to SyntaxHighlighter#docinfo. The Japanese version of the README has been brought up to date thanks to @soishino and @wotsushi.
Distributions
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.
Release meta
Released on: 2019-05-31
Released by: @mojavelinux
Release beer: Elevated IPA by La Cumbre
Logs: resolved issues | full diff | issues resolved in 2.0.x (cumulative)
Changelog
Bug Fixes
- fix Asciidoctor.convert_file to honor
header_footer: false
option when writing to file (#3316) - fix placement of title on excerpt block (#3289)
- always pass same options to SyntaxHighlighter#docinfo, regardless of value of location argument
- fix signature of SyntaxHighlighter#docinfo method (#3300)
- when
icons
is set toimage
, enable image icons, but don't use it as the value of theicontype
attribute (#3308)