documentation for slide numbers

This commit is contained in:
Hakim El Hattab 2013-11-28 16:48:36 -05:00
parent f1a416d07c
commit 3d2549d4f4
1 changed files with 7 additions and 0 deletions

View File

@ -499,6 +499,13 @@ By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/
</section>
```
### Slide number
If you would like to display the page number of the current slide you can do so using the ```slideNumber``` configuration value.
```javascript
Reveal.configure({ slideNumber: true });
```
### Overview mode