<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciidoctor-go, branch v0.7.3</title>
<subtitle>Native Go parser for asciidoc markup.</subtitle>
<id>http://git.kilabit.info/asciidoctor-go/atom?h=v0.7.3</id>
<link rel='self' href='http://git.kilabit.info/asciidoctor-go/atom?h=v0.7.3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/'/>
<updated>2026-02-09T06:00:04Z</updated>
<entry>
<title>Release asciidoctor-go v0.7.3 (2026-02-09)</title>
<updated>2026-02-09T06:00:04Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-02-09T06:00:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=4956de038af8b52db6d03f0b6f5b77e6b7cfa721'/>
<id>urn:sha1:4956de038af8b52db6d03f0b6f5b77e6b7cfa721</id>
<content type='text'>
**🌼 all: add aria-label to the anchor when sectanchor enabled**

The aria-label help user with screen reader to discern and navigate
the anchor.

For more information see
https://dequeuniversity.com/rules/axe/4.11/link-name .

**🌼 all: update default CSS to asciidoctor v2.0.26**

The default CSS now split into separate file to simplify tracking and
modifying the style as needed.
</content>
</entry>
<entry>
<title>go.mod: update dependencies</title>
<updated>2026-02-09T05:47:53Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-02-09T05:47:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=0fc91c39caefa0e00832cce55ae5a0073e67f6a8'/>
<id>urn:sha1:0fc91c39caefa0e00832cce55ae5a0073e67f6a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: add aria-label to the anchor when sectanchor enabled</title>
<updated>2026-01-24T14:31:17Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-24T14:30:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=f289b7f13a1dfc7c096b13b5f194aa61dc14075f'/>
<id>urn:sha1:f289b7f13a1dfc7c096b13b5f194aa61dc14075f</id>
<content type='text'>
The aria-label help user with screen reader to discern and navigate
the anchor.

Ref: https://dequeuniversity.com/rules/axe/4.11/link-name
</content>
</entry>
<entry>
<title>all: update default CSS to asciidoctor v2.0.26</title>
<updated>2026-01-22T20:46:09Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-22T20:46:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=170d3e23e2b288c026bc4c8263093bef4138f046'/>
<id>urn:sha1:170d3e23e2b288c026bc4c8263093bef4138f046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: use separate file with go:embed for default CSS</title>
<updated>2026-01-22T20:42:57Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-22T20:36:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=7346cea5b876c99877d156f7d8428442507a5e98'/>
<id>urn:sha1:7346cea5b876c99877d156f7d8428442507a5e98</id>
<content type='text'>
Using separate file allow tracking and modifying the style as needed.
</content>
</entry>
<entry>
<title>all: reformat README with prettier and simplify license</title>
<updated>2026-01-22T07:16:22Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-22T07:15:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=b1b5b41d62c7e8fee012be72feec7a66e1bb83e7'/>
<id>urn:sha1:b1b5b41d62c7e8fee012be72feec7a66e1bb83e7</id>
<content type='text'>
Instead of showing multiple paragraphs of license text, display it with
single line.

While at it, embed the SPDX license directly instead of using REUSE.toml.
</content>
</entry>
<entry>
<title>Release asciidoctor-go v0.7.2 (2025-12-27)</title>
<updated>2025-12-27T06:22:56Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-12-27T06:22:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=050ae5215ba426a1f2a13dcc5555f9d1b21d9d56'/>
<id>urn:sha1:050ae5215ba426a1f2a13dcc5555f9d1b21d9d56</id>
<content type='text'>
This release update the README so the _doc directory can be served under
https://kilabit.info/project/asciidoctor-go .

The go.mod is updated to use minimum Go 1.24.0 and all dependencies has
been updated to latest release.

</content>
</entry>
<entry>
<title>go.mod: use Go 1.24.0 and update all dependencies</title>
<updated>2025-12-27T06:13:42Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-12-27T06:13:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=170f6155cba0e8517ee90cbdafeb8d883192c3b3'/>
<id>urn:sha1:170f6155cba0e8517ee90cbdafeb8d883192c3b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update README for kilabit.info/project/asciidoctor-go</title>
<updated>2025-06-29T11:00:03Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-06-29T11:00:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=01256b3d68a37f44541d74cba195ffbcdbb3e6d0'/>
<id>urn:sha1:01256b3d68a37f44541d74cba195ffbcdbb3e6d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release asciidoctor-go v0.7.1 (2025-04-18)</title>
<updated>2025-04-18T12:41:38Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T12:41:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=dd30c720046cc9d131dc638a56a45c12f9051806'/>
<id>urn:sha1:dd30c720046cc9d131dc638a56a45c12f9051806</id>
<content type='text'>
[BUG FIX] **Fix the logic when applying default embedded CSS.**

By default, the document contains ":stylesheet:" attribute, which
means using the default embedded CSS.
To disable it, unset the attribute using ":stylesheet!:".
To overwrite it, set the attribute to path of CSS file
":stylesheet: my.css".

[ENHANCEMENT] Export the constant for document attribute "stylesheet".

</content>
</entry>
</feed>
