-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or requestupstreamconcerns an upstream library like quarto or pandocconcerns an upstream library like quarto or pandoc
Milestone
Description
Could be related to quarto-dev/quarto-cli#8987
when I try to set title via metadata like so:
quarto::quarto_render("template.qmd", metadata = list(title = "Hahaha", author = "Whoever"))the title set in metadata is not used in the header block or HTML header (nor emitted correctly via {{< meta title >}} in the body) when a title is set in the document header. When there is no title entry in the YAML header, the title set in metadata is used and does appear in the body.
Setting e.g. the author via metadata works correctly.
Originally posted by @petrbouchal in quarto-dev/quarto-cli#8987 (comment)
aito123
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestupstreamconcerns an upstream library like quarto or pandocconcerns an upstream library like quarto or pandoc