Replies: 2 comments 3 replies
-
I don't understand the question. |
Beta Was this translation helpful? Give feedback.
-
The issue here is that shortcodes are not resolved in the way you expect. (This is 100% the fault of our documentation; we need to specify and document precisely how shortcodes work.) Loosely speaking, shortcodes are good when you want to resolve what's ultimately going to be markdown content (something that ends up in the page). Here, you're attempting to use shortcodes such that the result is additional metadata. That doesn't work in quarto right now. However, there are other ways to achieve what you want. In this case, you could try using project profiles such that different renderings of the project can use different metadata. Since you're attempting to control a project-wide setting, I believe this would work in your case. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
How can parametrize my quarto.yml file folder names in quarto?
For example :
cover-image: "{{< var general.folder >}}"
BR
Juuso
Beta Was this translation helpful? Give feedback.
All reactions