Polishing Documents

Learn how to create generic block and inline elements, leverage id labels, set classes and attributes, practice using Quarto-specific elements in RStudio’s visual editor, and customize the appearance of your documents with elementary CSS.

Topics

Link to slides

  1. Generic Elements
    1. Bracketed Spans
    2. Fenced Divs
  2. Quarto Elements
    1. Callout Blocks
    2. Element Layout
    3. Document Layout
    4. Figures
    5. Labels, Links, and References
  3. RStudio’s Visual Editor
  4. Styling with HTML Themes
  5. Baby Steps into CSS

Exercises

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

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