-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[bug]: defaults
in default YAML does not interpolate ${.}
#8024
Comments
Unless it's intentional that the |
This is also an issue for the The following defaults yml file fails to resolve the
[edit] I imagine it might also fail for the |
The way the architecture works currently, it is not trivial to add interpolation in Adding interpolation to |
...in defaults files. These can contain paths of custom readers and writers. See #8024.
Explain the problem.
The
defaults:
section does not interpolate${.}
, which it should according to documentation.Probably the interpolation was forgotten in these paths.
general.yaml
:general2.yaml
:Pandoc version?
2.18
The text was updated successfully, but these errors were encountered: