Welcome to Quarto

Meet your fellow students, familiarize yourself with the format of the workshop, practing rendering documents with Quarto, and manipulate the markdown block and inline elements that structure all documents.

Outline

Link to slides

  1. About the Workshop
  2. What can you do with Quarto?
  3. Quarto and R Markdown: A History
  4. Rendering in Quarto
  5. The Structure of a Document
    1. Inline Elements
    2. Block Elements
    3. Metadata
  6. The Elements of Markdown
    1. Text Formatting
    2. Math
    3. Links and Images
    4. Footnotes
    5. Paragraph
    6. Headers
    7. Lists
    8. Display Math
    9. YAML

Exercises

To get the materials for each part of this course packed in an RStudio Project, run:

```{r}
usethis::use_course("rmd-to-quarto/welcome-to-quarto")
```