Skip to content

Commit

Permalink
docs: update /guide/exporting page
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed May 10, 2024
1 parent 6f64d44 commit 36af02b
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 36af02b

Please sign in to comment.