Skip to content

[bug]: defaults in default YAML does not interpolate ${.} #8024

Open
@gabyx

Description

@gabyx

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:

defaults: ${.}/general2.yaml

general2.yaml:

eol: lf
echo "asd" | pandoc --data-dir=. --defaults=general.yaml -f markdown -t markdown
pandoc: ${.}/general2.yaml: openBinaryFile: does not exist (No such file or directory)

Pandoc version?
2.18

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions