diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-28 16:48:36 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-28 16:48:36 -0500 |
commit | 3d2549d4f461cd2cb21bde6ef8a482f1f27a51ae (patch) | |
tree | d6801ca3a33284021590f5127e85883dcd79114a | |
parent | f1a416d07cddb395b49af8b029d1c054b051f793 (diff) | |
download | fosdem-2018-presentation-3d2549d4f461cd2cb21bde6ef8a482f1f27a51ae.tar fosdem-2018-presentation-3d2549d4f461cd2cb21bde6ef8a482f1f27a51ae.tar.gz |
documentation for slide numbers
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 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 |