<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciidoctor-go/testdata/include_test.txt, branch dev</title>
<subtitle>Native Go parser for asciidoc markup.</subtitle>
<id>http://git.kilabit.info/asciidoctor-go/atom?h=dev</id>
<link rel='self' href='http://git.kilabit.info/asciidoctor-go/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/'/>
<updated>2024-10-13T16:50:54Z</updated>
<entry>
<title>all: fix reading include file when parent path is absolute</title>
<updated>2024-10-13T16:50:54Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-10-13T16:50:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=37563af4c7e82fab352f4ab9137f808058e483e2'/>
<id>urn:sha1:37563af4c7e82fab352f4ab9137f808058e483e2</id>
<content type='text'>
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>all: fix parsing list description inside include directive</title>
<updated>2022-09-04T17:25:40Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-09-04T17:25:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=7eea9af824bcaee304a11d0048bdeb84fca9e96e'/>
<id>urn:sha1:7eea9af824bcaee304a11d0048bdeb84fca9e96e</id>
<content type='text'>
Previously, given the following include statements in the main document

  include::list_desc.adoc[]

  include::list_desc.adoc[]

Where list_desc.adoc content is,

  Item 00::
  +
  --
  * Bullet 0
  +
  Description 0.

  * Bullet 1
  --

The first include is parsed correctly, but the second include is parsed
as is.
</content>
</entry>
</feed>
