Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include fails with absolute paths #1109

Open
DavidGamba opened this issue Apr 4, 2023 · 0 comments
Open

include fails with absolute paths #1109

DavidGamba opened this issue Apr 4, 2023 · 0 comments

Comments

@DavidGamba
Copy link
Contributor

Given a test file:

= Test

[source, adoc]
----
include::include.adoc[]
----

[source, adoc]
----
include::../include.adoc[]
----

[source, adoc]
----
include::/tmp/include.adoc[]
----

and a simple setup:

$ echo hello > include.adoc

$ echo hello > /tmp/include.adoc

$ echo hello > ../include.adoc

rendering fails with the following error:

libasciidoc test.adoc 
Error: Unresolved directive in test.adoc - include::/tmp/include.adoc[]: chdir /Users/davidgamba/test/asciidoc-absolute-vs-relative/tmp: no such file or directory
Unresolved directive in test.adoc - include::/tmp/include.adoc[]: chdir /Users/davidgamba/test/asciidoc-absolute-vs-relative/tmp: no such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant