We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eadf31 commit b2b6887Copy full SHA for b2b6887
vignettes/dynamic-metadata.qmd
@@ -118,15 +118,15 @@ quarto::write_yaml_metadata_block(
118
)
119
```
120
121
-# {{< meta params.quarter >}} Sales Report - {{< meta params.region >}}
+# {{{< meta params.quarter >}}} Sales Report - {{{< meta params.region >}}}
122
123
::: {.content-visible when-meta="params.show_confidential"}
124
::: {.callout-warning}
125
## Confidential Information
126
This section contains sensitive financial data and competitor analysis.
127
128
-Region: {{< meta params.region >}}
129
-Quarter: {{< meta params.quarter >}}
+Region: {{{< meta params.region >}}}
+Quarter: {{{< meta params.quarter >}}}
130
:::
131
132
```{{r}}
0 commit comments