You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/presentations/revealjs/index.qmd
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ title: "Reveal.js presentations"
4
4
5
5
## Overview
6
6
7
-
You write a reveal.js presentation the same way you write any Quarto
8
-
document — as Markdown — and choose the slide format in the front matter:
7
+
Like other documents, a reveal.js presentation in Quarto is a Markdown document. Add `format: revealjs` to the document's front matter to choose the slideshow format:
9
8
10
9
```yaml
11
10
---
@@ -15,10 +14,7 @@ format: revealjs
15
14
16
15
From there, headings become slides and the document metadata becomes a
17
16
title slide. The rest of this page walks through the slide-authoring
18
-
features Quarto 2 supports today. Each feature is paired with a small,
19
-
self-contained example you can render and adapt; the example projects live
Quarto 2's reveal.js support is still growing. This page documents only
@@ -29,10 +25,9 @@ available.
29
25
30
26
## Creating slides
31
27
32
-
Slide boundaries follow heading levels. A level-2 heading (`##`) starts a
33
-
slide; a level-1 heading (`#`) starts a *section*, gathering the slides
34
-
beneath it into a vertical stack; and a horizontal rule (`---`) starts a
35
-
new slide where you have no heading to give it.
28
+
A level-2 heading (`##`) starts a new slide, and the heading content becomes the slide title. A level-1 heading (`#`) starts a *section*, gathering the slides
29
+
beneath it into a vertical stack. A horizontal rule (`---`) starts a
0 commit comments