<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciidoctor-go, branch v0.7.0</title>
<subtitle>Native Go parser for asciidoc markup.</subtitle>
<id>http://git.kilabit.info/asciidoctor-go/atom?h=v0.7.0</id>
<link rel='self' href='http://git.kilabit.info/asciidoctor-go/atom?h=v0.7.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/'/>
<updated>2025-04-18T09:29:09Z</updated>
<entry>
<title>Release asciidoctor-go v0.7.0 (2025-04-18)</title>
<updated>2025-04-18T09:29:09Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T09:28:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=a6d11741c4c050cb0cec96f588baff6366da30d2'/>
<id>urn:sha1:a6d11741c4c050cb0cec96f588baff6366da30d2</id>
<content type='text'>
[NEW FEATURE] Support include directive inside block code.

Example of block code with include directive,

----
...
include::file[]
...
----

[NEW FEATURE] Support document attribute "docdir"

The "docdir" attribute contains the full path of the directory that
contains the source document.
By default it is set to the directory where the Document resided.

[NEW FEATURE] Add default HTML stylesheet.

The generated HTML now contains the default stylesheet.
The stylesheet is copied from HTML file generated by Asciidoctor
v2.0.23.
</content>
</entry>
<entry>
<title>README: update notes related to Includes directive</title>
<updated>2025-04-18T09:27:11Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T09:27:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=552a3d83e549ead4c348f94d2a704ec9e23d0a6c'/>
<id>urn:sha1:552a3d83e549ead4c348f94d2a704ec9e23d0a6c</id>
<content type='text'>
Changes,

* Link the Includes feature to the official documentation
* Update Unsupported Markup related to Includes
* Update list of TODO related to Includes
* Move CHANGELOG to Development section

</content>
</entry>
<entry>
<title>all: update all dependencies</title>
<updated>2025-04-18T08:26:32Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T08:26:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=02bd8e9662cef9cf2c5f1ae0b560e7070c9fc564'/>
<id>urn:sha1:02bd8e9662cef9cf2c5f1ae0b560e7070c9fc564</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: support include directive inside block code</title>
<updated>2025-04-18T08:24:10Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T08:24:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=f25296bef9bb02f3be87e61c54703e26b7814096'/>
<id>urn:sha1:f25296bef9bb02f3be87e61c54703e26b7814096</id>
<content type='text'>
Example of block code with include directive,

----
...
include::file[]
...
----

</content>
</entry>
<entry>
<title>all: remove logging</title>
<updated>2025-04-18T08:11:18Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T08:11:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=89d1a301ea4d42b73d7af3c982ede59e1f868260'/>
<id>urn:sha1:89d1a301ea4d42b73d7af3c982ede59e1f868260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: remove the "nolint" tag</title>
<updated>2025-02-18T14:09:43Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-18T14:09:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=b966bc52b9ecc62be830c14882ea93085c08556d'/>
<id>urn:sha1:b966bc52b9ecc62be830c14882ea93085c08556d</id>
<content type='text'>
The nolint tag is to ignore being linted by golangci-lint.
Since we are not using golangci-lint anymore, we can remove it.
</content>
</entry>
<entry>
<title>all: support document attribute "docdir"</title>
<updated>2025-02-16T08:46:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-16T08:46:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=34a421761567ad0e711673c6e4ef63d9c1840d5a'/>
<id>urn:sha1:34a421761567ad0e711673c6e4ef63d9c1840d5a</id>
<content type='text'>
The "docdir" attribute contains the full path of the directory that
contains the source document.
By default it is set to the directory where the Document resided.

</content>
</entry>
<entry>
<title>all: move setting attribute to Document</title>
<updated>2025-02-16T08:43:05Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-16T08:43:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=5aac8b7676140dcb803fc1614334a92698e35429'/>
<id>urn:sha1:5aac8b7676140dcb803fc1614334a92698e35429</id>
<content type='text'>
Some of attribute may depends on property of the Document.

</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>README: update the completed features on Lists and Description Lists</title>
<updated>2025-02-13T13:32:18Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-13T12:31:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=48843938adc4f6c687b61808ba8122b94299c642'/>
<id>urn:sha1:48843938adc4f6c687b61808ba8122b94299c642</id>
<content type='text'>
Use the title names from the latest AsciiDoc Language Documentation.

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