Skip to content

Commit

Permalink
Re-order the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 26, 2023
1 parent 4c9191e commit 86642d3
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
Can you see "Foo" or "Bar"? Try advancing the slide.


## Explicit `nonincremental` class restores expected behavior {.smaller}

```markdown
> :::{.nonincremental}
> * Foo
> * Bar
> :::
```

> :::{.nonincremental}
> * Foo
> * Bar
> :::
I wasn't able to find anything in the docs about this implicit incremental behavior.


## Doesn't repro with paragraph text in quote


Expand Down Expand Up @@ -44,26 +61,3 @@ Can you see "Foo" or "Bar"? Try advancing the slide.
> * Qux
Can you see "Baz" or "Qux"? Try advancing the slide.


## Explicit `nonincremental` class restores expected behavior {.smaller}

```markdown
* Foo
* Bar

> :::{.nonincremental}
> * Baz
> * Qux
> :::
```

* Foo
* Bar

> :::{.nonincremental}
> * Baz
> * Qux
> :::
I wasn't able to find anything in the docs about this implicit incremental behavior.

0 comments on commit 86642d3

Please sign in to comment.