Chunk level format options? #2411
Replies: 3 comments 3 replies
-
Also, TBH, it does not seem like the above actually works to set the default options... |
Beta Was this translation helpful? Give feedback.
-
Options you can set in YAML for each format and we document that in the references
Then you can modify some options at the chunk level. We also document that in the reference page for the computation engine used. If you are using RStudio IDE or VS CODE, you should have YAML validation that helps you know what you can set where. |
Beta Was this translation helpful? Give feedback.
-
I don't know how YAML validation is supposed to work, but I do know that the following chunk options do not compile under quarto:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I think in quarto I can set default options in the header YAML via something like:
Is it possible to override these in a chunk in a way that is by output type? It seems that I can only override these options absolutely, and not conditionally on the output type.
thanks,
Beta Was this translation helpful? Give feedback.
All reactions