1 Introduction

1.1 Level-two heading

Level-two and below headings…

1.1.1 Level-three

…are all contained in the same section.

2 Text

Example text.

3 Plots

You may include any number of plots in a section.

par(mar = c(4, 4, .5, .1))
plot(cars, pch = 19)

plot(pressure, type = 'h')

4 Images

Local news reported a giant inflatable rubber duck rolling down the street of Des Moines, where this package is conceived.

The Rolling Duck

5 Setup

You should call rolldown::scrollama_setup() at the end of a document. Turn off the debug option to get rid of the horizontal line on the page, and you probably also want echo=FALSE on this code chunk:

rolldown::scrollama_setup(
  list(step = '.level1', offset = .2, debug = TRUE)
)