-
DescriptionWhen browsing through the Quarto sources, I stumbled upon this test: https://github.com/quarto-dev/quarto-cli/blob/1bfd06d1f59153ddd9785faadb1cf93467f91c57/tests/docs/smoke-all/conditional-content/meta.qmd The feature seems to implement exactly what I was looking for (conditional content based on the value of a metadata flag). However, I was unable to make this feature work.
always displays the conditional, regardless of the value Am I doing something wrong? Is this feature not yet functional? I am running Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you look at the commit of the test and click on it, you'll see the associated releases. As you can see, it's not a 1.3 feature, it is a 1.4.119 or above feature. |
Beta Was this translation helpful? Give feedback.
-
good work |
Beta Was this translation helpful? Give feedback.
If you look at the commit of the test and click on it, you'll see the associated releases.
As you can see, it's not a 1.3 feature, it is a 1.4.119 or above feature.