Skip to content

Commit c1ef09a

Browse files
committed
Use namespace on chunk
1 parent b2b6887 commit c1ef09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/dynamic-metadata.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Now we can set metadata based on these computed values. Here is the R cell used
3838
#| echo: fenced
3939
#| label: metadata-block
4040
#| output: asis
41-
write_yaml_metadata_block(
41+
quarto::write_yaml_metadata_block(
4242
user_level = user_type,
4343
debug_mode = is_debug,
4444
app_version = "2.1.0",

0 commit comments

Comments
 (0)