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 0906267 commit 145f62aCopy full SHA for 145f62a
vignettes/dynamic-metadata.qmd
@@ -31,9 +31,11 @@ is_debug <- TRUE
31
current_version <- "2.1.0"
32
```
33
34
-Now we can set metadata based on these computed values. **Note the `#| output: asis` chunk option** - this is essential:
+Now we can set metadata based on these computed values. Here is the R cell used in the vignette source.
35
+**Note the `#| output: asis` chunk option** - this is essential:
36
37
```{r}
38
+#| echo: fenced
39
#| label: metadata-block
40
#| output: asis
41
write_yaml_metadata_block(
0 commit comments