Replies: 1 comment 1 reply
-
I must admit I don't fully understand whether this would really be that useful as this would mean you'd loose one core feature of pandoc: the ability to convert a file to multiple output formats. That said, I guess the easiest solution is to use default files as suggested in the linked thread, or to use a makefile. You might also want to have a look at cli-wrappers/build tools such as the ones listed here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Both Quarto with the
format:
metadata field and R Markdown with theoutput
field support specifying output file format in YAML metadata header.Pandoc seems to have no such metadata variable.
I think this feature would be useful.
See also this StackOverflow question
Beta Was this translation helpful? Give feedback.
All reactions