quarto-dev / quarto-dev/quarto-cli
Document using modifiers to use same type of output format with variants
@cderv is already working on this.
Since Jun 24, 2024.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Is this a new currently undocumented feature or is this described somewhere in the documentation?
I would say this is an undocumented feature for now. We do handle specifically unknown Pandoc's extension as modifiers to differentiate format
https://github.com/quarto-dev/quarto-cli/blob/5eb78d9c98a36cf9ffa17cc21190659434393e01/src/core/pandoc/pandoc-formats.ts#L124-L134
It is related to this one that works now better on 1.4
as reference from past discussion to document better
- https://github.com/quarto-dev/quarto-cli/discussions/7218#discussioncomment-7272056
- https://github.com/quarto-dev/quarto-cli/discussions/1473#discussioncomment-3193247
We should probably document this better indeed.
Originally posted by @cderv in https://github.com/quarto-dev/quarto-cli/issues/7325#issuecomment-1781563346
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.