Merge branch 'dev' of github.com:hakimel/reveal.js
This commit is contained in:
commit
31438c88ba
2 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue