Skip to content
Snippets Groups Projects
Commit 3d2549d4 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

documentation for slide numbers

parent f1a416d0
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment