Nothing
In Quarto, it is recommended to use YAML options format with dash in option name instead of dot. In knitr 1.44, any chunk option with dash will be transformed to its dot counterpart. This is because knitr is responsible for engine option parsing in Quarto.
This document checks that YAML options are parsed correctly and that dash option are correctly converted when provided in YAML.
#| eval: true #| echo: false #| out-width: 850 #| sql-max-print: 1000 #| fig-cap: caption #| fig-dpi: 750 #| fig-format: svg knitr::opts_current$get(c("echo","out.width", "sql.max.print", "fig.cap", "dpi", "dev"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.