| tag name | v0.7.4 (40407647fbc66374cbae3f72dc6ece31c45952c1) |
| tag date | 2026-04-04 17:53:30 +0700 |
| tagged by | Shulhan <ms@kilabit.info> |
| tagged object | commit 2ca8dea4f6... |
| download | asciidoctor-go-0.7.4.tar.xz |
|---|
Release asciidoctor-go v0.7.4 (2026-04-04)
This release set the minimum Go version to 1.26.0.
**🌼 all: fix parsing inline format with escaped character**
If the text inside the inline format contains escaped character, the
parsing failed to find the closed character which cause the format is
not rendered as expected.
**🌼 all: make the anchor symbol position on the right side of headers**
In Asciidoctor, when `:sectanchors:` is set, the default anchor symbol
position is absolute on the left side of heading text with block display
option (the symbol located outside of box area of headers).
In special case, this cause an overflow when the generated HTML are
rendered inside flex with fixed height (the body is scrollable with empty
content on bottom).
This module changes the anchor symbol position to the right side of
heading text to prevent scroll on such layout, without absolute position
and normal inline layout.
**🌼 all: fix parsing literal paragraph**
A line that start with one or more space will be considered
as literal paragraph.
Once literal line found it will end until an empty line.
Previously, when parsing the next line in literal paragraph, the other
spaces in the prefix is trimmed which cause all lines is left aligned.
This changes fix it by trimming only the space with the same space length in
the first line.
If the spaces length is not equal but the line start with space, remove only
single space.
This is follow the same behaviour as in asciidoctor.
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSyS35x1RIQ2SkuGz5KU2C1AMnE8AUCadDttgAKCRBKU2C1AMnE
8L4cAQDLW2PqZdsbpGk4YnC9R/VBSli1Nu6z/TkEOdSsO8I7EwEAhdB38yyJauo1
8q+rtdlrVmvE8cufN3Q4H/MytaiM5gM=
=8U+W
-----END PGP SIGNATURE-----
