Skip to content

Commit 145f62a

Browse files
committed
show cell option on vignette
1 parent 0906267 commit 145f62a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vignettes/dynamic-metadata.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ is_debug <- TRUE
3131
current_version <- "2.1.0"
3232
```
3333

34-
Now we can set metadata based on these computed values. **Note the `#| output: asis` chunk option** - this is essential:
34+
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:
3536

3637
```{r}
38+
#| echo: fenced
3739
#| label: metadata-block
3840
#| output: asis
3941
write_yaml_metadata_block(

0 commit comments

Comments
 (0)