Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/presentations/revealjs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ format:
---
```

Please note that section title slides are centered by default which prevents them from being scrollable.
If you want to make title slides scrollable, you need to make them non-centered.

``` {.yaml}
---
format:
revealjs:
scrollable: true
center-title-slide: false
---
```

{{< include _callout-auto-stretch-scrollable.qmd >}}

{{< include ../_speaker-notes.md >}}
Expand Down