You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the "flagged stuff" code block appears no matter what the value of the "flag-key" is. We would like the "flagged stuff" code block to only appear if the "flag-key" value matches the "match" value.
Our use case is different versions of the samples that we're showing in the code blocks.
Any alternatives?
While there is technically a workaround (move the <Feature> to wrap the entire <CodeBlocks>), this creates a combinatorial explosion of content as soon as we want to flag more than one code block using different flags.
Are you interested in contributing this feature?
No
The text was updated successfully, but these errors were encountered:
Which Fern component?
Fern CLI
How important is this?
P1 - High (Strongly needed)
What's the feature?
We would very much like to be able to use the following:
Currently, the "flagged stuff" code block appears no matter what the value of the "flag-key" is. We would like the "flagged stuff" code block to only appear if the "flag-key" value matches the "match" value.
Our use case is different versions of the samples that we're showing in the code blocks.
Any alternatives?
While there is technically a workaround (move the
<Feature>
to wrap the entire<CodeBlocks>
), this creates a combinatorial explosion of content as soon as we want to flag more than one code block using different flags.Are you interested in contributing this feature?
No
The text was updated successfully, but these errors were encountered: