Skip to content

Commit

Permalink
Merge branch 'main' into pr/KermanX/1557
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 10, 2024
2 parents dbd9caf + f57fb55 commit 1e49940
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/guide/exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ By default, Slidev exports one page per slide with clicks animations disabled. I
$ slidev export --with-clicks
```

### Slide range

You can also specify a range of slides to export with the `--range` option:

```bash
$ slidev export --range 1,4-5,6
```

### PDF outline

> Available since v0.36.10
Expand Down Expand Up @@ -104,7 +96,7 @@ The example above would export slides 1,6,7,8 and 10.
You can also export multiple slides at once:

```bash
$ slidev export slides1.md slides1.md
$ slidev export slides1.md slides2.md
```

Or
Expand All @@ -113,7 +105,7 @@ Or
$ slidev export *.md
```

In this case, each input file will generate its own PDf file.
In this case, each input file will generate its own PDF file.

## Presenter notes

Expand Down

0 comments on commit 1e49940

Please sign in to comment.