| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-13 | all: fix reading include file when parent path is absolute | Shulhan | |
| 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-05 | all: fix parsing list description inside include directive | Shulhan | |
| 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. | |||
