YOUR ORGANIZATION TITLE

YOU!

YOUR ORGANIZATION

8/3/22

This is a slide with a background image

NEW SECTION

Bullets

Remove the incremental ::: bracketed div for plain lists

  • the quick
  • brown fox
  • jumps over
  • the lazy dog

Columns

Some text on the left of the slide

Some text on the right of the slide

Smaller Slide

The text on this slide will be, um, smaller.

Speaker Notes

This is how to add speaker notes and replace the footer on a single slide.

SPEAKER NOTES REQUIRE A WEB SERVER

Sneaky Info (Asides & Bootnotes)

This is cool! 1

Add reference-location: document to the YAML for end notes.

Scrolly Slide

Overflowed content will be scrollable on this slide.

Bootnotes

A slide with a plot

# ^^ could be fragment, slide, column, column-fragment
ggplot() +
  geom_point(
    data = mtcars,
    aes(wt, mpg),
    color = "goldenrod"
  ) +
  labs(
    title = "Some Dots"
  )