aboutsummaryrefslogtreecommitdiff
path: root/testdata/include.adoc
AgeCommit message (Collapse)Author
2025-02-16all: support document attribute "docdir"Shulhan
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.
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.