aboutsummaryrefslogtreecommitdiff
path: root/testdata/include_test.txt
AgeCommit message (Collapse)Author
2024-10-13all: fix reading include file when parent path is absoluteShulhan
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.
2022-09-05all: fix parsing list description inside include directiveShulhan
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.