1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-01 18:54:29 +02:00

Merge branch 'dev' of github.com:hakimel/reveal.js

This commit is contained in:
Hakim El Hattab
2013-11-28 16:48:46 -05:00
2 changed files with 23 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