Skip to content

Commit 3d2549d

Browse files
committed
documentation for slide numbers
1 parent f1a416d commit 3d2549d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,13 @@ By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/
499499
</section>
500500
```
501501

502+
### Slide number
503+
If you would like to display the page number of the current slide you can do so using the ```slideNumber``` configuration value.
504+
505+
```javascript
506+
Reveal.configure({ slideNumber: true });
507+
```
508+
502509

503510
### Overview mode
504511

0 commit comments

Comments
 (0)