documentation for slide numbers
This commit is contained in:
parent
f1a416d07c
commit
3d2549d4f4
|
@ -499,6 +499,13 @@ By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/
|
||||||
</section>
|
</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
|
### Overview mode
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue