<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciidoctor-go, branch v0.6.2</title>
<subtitle>Native Go parser for asciidoc markup.</subtitle>
<id>http://git.kilabit.info/asciidoctor-go/atom?h=v0.6.2</id>
<link rel='self' href='http://git.kilabit.info/asciidoctor-go/atom?h=v0.6.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/'/>
<updated>2025-02-01T02:06:35Z</updated>
<entry>
<title>Release asciidoctor-go v0.6.2 (2025-02-01)</title>
<updated>2025-02-01T02:06:35Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-01T01:55:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=3597269b177017c3d35896d9ff12f15af616a72c'/>
<id>urn:sha1:3597269b177017c3d35896d9ff12f15af616a72c</id>
<content type='text'>
[BUG FIX]
Fix section detected as paragraph after list and comment.
Previously, given the following markup,
----
* Sub list
+
Sub list content.

//}}}
//{{{
== Sub 2
//}}
----
The section "Sub 2" will be parsed as paragraph instead of new section.

[CHORE]
In the linter, we replace the fieldalignment and shadow using our internal
gocheck command.
This linters actually have an API that can be combined into a program,
which provided by package "pakakeh.go/lib/goanalysis".

</content>
</entry>
<entry>
<title>README: mention ciigo as the front-end tools of this library</title>
<updated>2025-02-01T02:06:35Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-01T02:06:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=566a5f9ce9b200c71b04784919befb747720629e'/>
<id>urn:sha1:566a5f9ce9b200c71b04784919befb747720629e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make: replace external linters with internal command gocheck</title>
<updated>2025-02-01T01:58:26Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-01T01:48:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=f04c347644db4dac89d8fe9e89a546b28aef1356'/>
<id>urn:sha1:f04c347644db4dac89d8fe9e89a546b28aef1356</id>
<content type='text'>
The fieldalignment and shadow is linter from golang.org/x/tools.
This linters actually have an API that can be combined into a program,
which provided by package "pakakeh.go/lib/goanalysis".

</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2025-02-01T01:58:26Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-01T01:45:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=5057dfdb75b851254987ac1237f84cd4d7f54a02'/>
<id>urn:sha1:5057dfdb75b851254987ac1237f84cd4d7f54a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fix section detected as paragraph after list and comment</title>
<updated>2025-01-21T14:40:16Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-01-21T14:33:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=f0de1106fa27a1e3e6ccd3fff8cbbc7f578aaad6'/>
<id>urn:sha1:f0de1106fa27a1e3e6ccd3fff8cbbc7f578aaad6</id>
<content type='text'>
Previously, given the following markup,

----
* Sub list
+
Sub list content.

//}}}
//{{{
== Sub 2
//}}
----

The section "Sub 2" will be parsed as paragraph instead of new section.
</content>
</entry>
<entry>
<title>go.mod: update all dependencies and Go to version 1.23.4</title>
<updated>2025-01-06T02:52:31Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-01-06T02:51:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=ed20fc1c23e8dd0096d32159df32a81d4e2cbb6a'/>
<id>urn:sha1:ed20fc1c23e8dd0096d32159df32a81d4e2cbb6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release asciidoctor-go v0.6.1 (2024-12-08)</title>
<updated>2024-12-08T14:06:49Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-12-08T14:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=d4b59bd3cefeb40c5c59f5bf79d10d48e725b0f3'/>
<id>urn:sha1:d4b59bd3cefeb40c5c59f5bf79d10d48e725b0f3</id>
<content type='text'>
=== Bug fixes

* all: fix error log when failed to open included file::

  The log use the wrong variable when printing path for failed include
  file.

* all: fix reading include file when parent path is absolute::

  Previously, if the parent document is opened using absolute path and
  it contains include directive, the included file will fail to read
  because the parent path is joined with current working directory.
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2024-12-08T13:56:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-12-08T13:56:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=48b753829937f060439c7020f41cf2461a22fcf2'/>
<id>urn:sha1:48b753829937f060439c7020f41cf2461a22fcf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make: serve doc on non-common port</title>
<updated>2024-10-15T05:39:18Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-10-15T05:39:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4'/>
<id>urn:sha1:85f2a125b3e07358c66fcb2cc9d072c8ebb7e2c4</id>
<content type='text'>
Using 8080 is too common and has cause conflict with some service on my
development laptop.
</content>
</entry>
<entry>
<title>all: group all image related method and functions into single file</title>
<updated>2024-10-15T05:37:13Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-10-15T05:36:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=2ea376671b1975392252bc6f70497c54d4bbab16'/>
<id>urn:sha1:2ea376671b1975392252bc6f70497c54d4bbab16</id>
<content type='text'>
This is to make it easy to see how it parsed and how it written to HTML,
make the code more searchable.

While at it, add test for block image.
</content>
</entry>
</feed>
