Skip to content

Commit b2b6887

Browse files
committed
Forgot to escape the shortcode
1 parent 1eadf31 commit b2b6887

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/dynamic-metadata.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ quarto::write_yaml_metadata_block(
118118
)
119119
```
120120

121-
# {{< meta params.quarter >}} Sales Report - {{< meta params.region >}}
121+
# {{{< meta params.quarter >}}} Sales Report - {{{< meta params.region >}}}
122122

123123
::: {.content-visible when-meta="params.show_confidential"}
124124
::: {.callout-warning}
125125
## Confidential Information
126126
This section contains sensitive financial data and competitor analysis.
127127

128-
Region: {{< meta params.region >}}
129-
Quarter: {{< meta params.quarter >}}
128+
Region: {{{< meta params.region >}}}
129+
Quarter: {{{< meta params.quarter >}}}
130130
:::
131131

132132
```{{r}}

0 commit comments

Comments
 (0)