aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-02-07 10:33:19 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-02-07 10:33:19 +0100
commit5eba3319352292dea3b6c29ef78559c91db224af (patch)
tree8ea51a29eabe4ede5e928e13c14dcd69e538b3c8 /README.md
parent4dabd439d2ee39d585f608e0e44ba18db2daefbb (diff)
parentd68423f310cc680352b561af3e975230e2ff54b1 (diff)
downloadfreenode-live-2017-presentation-5eba3319352292dea3b6c29ef78559c91db224af.tar
freenode-live-2017-presentation-5eba3319352292dea3b6c29ef78559c91db224af.tar.gz
Merge branch 'fragment-in-url' of https://github.com/dougalsutherland/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c77d0e..c0d019a 100644
--- a/README.md
+++ b/README.md
@@ -228,6 +228,10 @@ Reveal.initialize({
// Turns fragments on and off globally
fragments: true,
+ // Flags whether to include the current fragment in the URL,
+ // so that reloading brings you to the same fragment position
+ fragmentInURL: false,
+
// Flags if the presentation is running in an embedded mode,
// i.e. contained within a limited portion of the screen
embedded: false,