You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use the include directive to pull in contents from another file, content is processed relative to the base file (with the include directive). In the PR that added support for recursive includes #1082, we made sure recursive includes relative paths to be relative to the base file. However, it did not address image/embed/etc nodes in the included content which may also have relative paths.
We need to ensure any node type with a relative local path is updated to be relative to the base file when pulled in using an include directive.
The text was updated successfully, but these errors were encountered:
When you use the
include
directive to pull in contents from another file, content is processed relative to the base file (with theinclude
directive). In the PR that added support for recursive includes #1082, we made sure recursive includes relative paths to be relative to the base file. However, it did not addressimage
/embed
/etc nodes in the included content which may also have relative paths.We need to ensure any node type with a relative local path is updated to be relative to the base file when pulled in using an
include
directive.The text was updated successfully, but these errors were encountered: