Open
Description
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