29.2 Output options

  • You can find the complete list of Quarto output formats at https://quarto.org/docs/output-formats/all-formats.html
  • Many formats share some output options, but others have options that are format specific.
    • Ex. including a table of content vs. code folding
  • To render to all formats specified in the YAML of a document, you can use output_format = "all".
quarto::quarto_render("diamond-sizes.qmd", output_format = "all")