``` --- theme: "quartz" # {html, revealjs} ["default", "cerulean", "cosmo", ...] Name of a # built-in HTML Bootswatch theme, or link to a Sassy Cascading # Style Sheets (SCSS) file pdf-engine: "tinytex" # {pdf, beamer} Toolchain for generating the PDF reference-doc: "template.docx" # {docx, odt, pptx} Path to a file to use as a style reference quarto-required: ">= 1.2.0" --- ``` ``` --- toc: true # [false, true] Include a table of contents in the document toc-depth: 2 # Least significant section header to include in table of contents --- ``` ``` --- number-sections: true # [false, true] Should section headings be numbered? number-depth: 2 # {html, pdf, docx, revealjs, beamer, epub} Least significant section header to be numbered --- ```