aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-12-02 16:46:00 -0800
committerAnthony Sottile <asottile@umich.edu>2018-12-02 16:49:06 -0800
commitfd6245bb281d6e4bf278628f6fe63a2d15be0993 (patch)
tree0bbf3bee2e6a2ed0e9f5eb02d99a03a1e540e200 /README.md
parent87d6af2cb430be1b3170d7b8d5ade43b7222eb04 (diff)
downloadperl-software-in-gnu-guix-fd6245bb281d6e4bf278628f6fe63a2d15be0993.tar
perl-software-in-gnu-guix-fd6245bb281d6e4bf278628f6fe63a2d15be0993.tar.gz
Add new 'hash: true' option which uses replaceState for url
Resolves #2211
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8960b1..e32478a 100644
--- a/README.md
+++ b/README.md
@@ -259,9 +259,12 @@ Reveal.initialize({
// Display the page number of the current slide
slideNumber: false,
- // Push each slide change to the browser history
+ // Push each slide change to the browser history. Implies `hash: true`
history: false,
+ // Change the hash when changing slides -- impacts browser history with `history: true`
+ hash: false,
+
// Enable keyboard shortcuts for navigation
keyboard: true,