mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
da82107116
Previously it was always added if the specified filename lacked an extension. Now it is only added if there is no file with the original name. So, these are tried in order: `FILE`, `FILE.yaml`, `DATADIR/defaults/FILE`, `DATADIR/defaults/FILE.yaml`. This facilitates using `--defaults` with bash/zsh `<(..)` or `=(..)`. Closes #11717.