Skip to content
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

Defaults file does not accept ${.} for custom writer/readers #8826

Open
svenboulanger opened this issue May 5, 2023 · 0 comments
Open

Defaults file does not accept ${.} for custom writer/readers #8826

svenboulanger opened this issue May 5, 2023 · 0 comments
Labels

Comments

@svenboulanger
Copy link

When using a defaults file, it is currently impossible to use the ${.} for the path of the defaults file in the to and from properties. This is usually fine, except when trying to use a custom writer or reader where the filepath needs to be specified.

This defaults file fails:

from: commonmark_x
to: ${.}/customwriter.docx.lua

Version is pandoc 3.1.2. I propose to have the to and from fields to be treated as filenames (or maybe only if they aren't recognized as a "standard" input/output format).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant