Skip to content

Unable to use python Pass External Parameter to Title in QMD via quarto render #13146

Answered by mcanouil
hasibagen asked this question in Q&A
Discussion options

You must be logged in to vote

quarto render index.qmd --metadata title:"my title" should also work, but be aware that title is one of the structural option and is not a standard metadata as it is used in many parts.
You should not try to dynamically modify the title when in a Quarto project (book, website, etc.).

Side effects should be limited in single document project.

You can see in the "metadata" block at render time that it does not show your modified title.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

Answer selected by hasibagen
@hasibagen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants