Skip to content

Commit 3f62011

Browse files
cdervgithub-actions[bot]
authored andcommitted
Add a note about pause dependening on slide level
(cherry picked from commit 6d5a44c)
1 parent 31be830 commit 3f62011

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

docs/presentations/_creating-slides-reveal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Creating Slides
1+
## Creating Slides {#creating-slides}
22

33
In markdown, slides are delineated using headings. For example, here is a simple slide show with two slides (each defined with a level 2 heading (`##`):
44

docs/presentations/_creating-slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Creating Slides
1+
## Creating Slides {#creating-slides}
22

33
In markdown, slides are delineated using headings. For example, here is a simple slide show with two slides (each defined with a level 2 heading (`##`)):
44

docs/presentations/_incremental-pause-reveal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ content before the pause
99

1010
content after the pause
1111
```
12+
13+
Note this only works below headers that are creating slides (see [Creating slides](#creating-slides)).

docs/presentations/_incremental-pause.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ content before the pause
99

1010
content after the pause
1111
```
12+
13+
Note this only works below headers that are creating slides (see [Creating slides](#creating-slides)).

docs/presentations/_pause.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)