How do I use regex in Render Targets #12347
-
DescriptionI am doing the following inside project:
type: website
render:
- "*.qmd"
- "DynamicsSimulations/README.md"
- "DynamicsSimulations/problem01/README.md"
- "DynamicsSimulations/problem02/README.md"
- "DynamicsSimulations/problem03/README.md"
- "DynamicsSimulations/problem04/README.md"
- "DynamicsSimulations/problem05/README.md"
- "DynamicsSimulations/problem06/README.md"
- "DynamicsSimulations/problem07/README.md"
- "DynamicsSimulations/problem08/README.md"
- "DynamicsSimulations/problem09/README.md" What I want to do ideally: project:
type: website
render:
- "*.qmd"
- "DynamicsSimulations/README.md"
- "DynamicsSimulations/problem*/README.md" Or better yet: project:
type: website
render:
- "*.qmd"
- "DynamicsSimulations/**/README.md" None of this is working for me, is this is not supported yet? Are there any other way of doing this? Please also provide links to the reference/documentation. I am using version 1.7.6, quarto-cli-bin from AUR. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 45 replies
-
When using pre-releases, please ensure you are always using the latest. Those versions are "unstable". FYI, the documentation:
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
When using pre-releases, please ensure you are always using the latest. Those versions are "unstable". Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
For reference (at top level in this thread): (the title mention |
Beta Was this translation helpful? Give feedback.
For reference (at top level in this thread): (the title mention
qmd
but it's the same thing formd
orrmd
README)