<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciidoctor-go/testdata/test.got.html, branch main</title>
<subtitle>Native Go parser for asciidoc markup.</subtitle>
<id>http://git.kilabit.info/asciidoctor-go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/asciidoctor-go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/'/>
<updated>2026-04-04T09:38:06Z</updated>
<entry>
<title>all: fix parsing literal paragraph</title>
<updated>2026-04-04T09:38:06Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-04-04T09:38:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=45526ab31b93debffd51e1aaad43c9acf9d61ab6'/>
<id>urn:sha1:45526ab31b93debffd51e1aaad43c9acf9d61ab6</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>all: move the sect anchor element to the right</title>
<updated>2026-03-30T14:30:00Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-03-30T14:30:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=f9d7f5a462ef3ba6d07f0f13af6816badcea09e1'/>
<id>urn:sha1:f9d7f5a462ef3ba6d07f0f13af6816badcea09e1</id>
<content type='text'>
Previously, we try to fix the anchor position by using "flex-direction:
row-reverse".
This cause the formatted text inside title also become reversed.
For example,

	== With `mono`

Will rendered as

	mono With $

This is not as expected.

This changes fix this by rendering the anchor on the right after title.
</content>
</entry>
<entry>
<title>all: make the anchor symbol position on the right side of headers</title>
<updated>2026-03-26T08:38:46Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-03-26T08:38:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=4d0204028e90ecd60c74f426456c901367491ed9'/>
<id>urn:sha1:4d0204028e90ecd60c74f426456c901367491ed9</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>testdata: add test for paragraph followed by unordered list</title>
<updated>2026-02-23T04:49:06Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-02-23T04:49:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=073830628f986293efc67db97b8729bc9d75f167'/>
<id>urn:sha1:073830628f986293efc67db97b8729bc9d75f167</id>
<content type='text'>
The asciidoctor behaviour will not recognize list that is not started
by empty line, similar to our implementation.
</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: disable generating HTML meta for "generator" in tests</title>
<updated>2025-04-18T11:18:31Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T11:18:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=984b3b2c912616de5d8c2de766d4897c255d563e'/>
<id>urn:sha1:984b3b2c912616de5d8c2de766d4897c255d563e</id>
<content type='text'>
The "generator" value will changes on each releases, so better to disable
it to minimize noise during release commit.

</content>
</entry>
<entry>
<title>testdata: redact the "Last updated" time in test-parser HTML files</title>
<updated>2025-02-13T13:32:18Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-13T12:58:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=8daebbd6b41177ee1e0de79257f162aa4b486766'/>
<id>urn:sha1:8daebbd6b41177ee1e0de79257f162aa4b486766</id>
<content type='text'>
Every time we execute "make test-parser", the generated HTML files will
changes the "Last updated xxx" (where xxx is the time its executed).
This changes prevent this unnecessary diff in the future.

</content>
</entry>
<entry>
<title>all: add default HTML stylesheet</title>
<updated>2025-02-13T13:32:18Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-13T12:20:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=56a1e4c4bfa2adb882bd9f0fc33b16110a2d09bd'/>
<id>urn:sha1:56a1e4c4bfa2adb882bd9f0fc33b16110a2d09bd</id>
<content type='text'>
The generated HTML now contains the default stylesheet.
The stylesheet is copied from HTML file generated by Asciidoctor v2.0.23.

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