diff options
author | Benjamin Tan <demoneaux@gmail.com> | 2018-02-07 12:51:14 +0800 |
---|---|---|
committer | Benjamin Tan <demoneaux@gmail.com> | 2018-02-07 12:51:14 +0800 |
commit | 7991693bde3ee680868dfbfa1291d96735571c22 (patch) | |
tree | 2e6affb752a5b3a984fe7b2db31bfc784ee1b231 | |
parent | 410f7767b9c96c330a1b62d35acbee666021e6ad (diff) | |
download | perl-software-in-gnu-guix-7991693bde3ee680868dfbfa1291d96735571c22.tar perl-software-in-gnu-guix-7991693bde3ee680868dfbfa1291d96735571c22.tar.gz |
Docs: add note on how to enable/disable preview links individually.
Closes #2005.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | js/reveal.js | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -270,6 +270,8 @@ Reveal.initialize({ hideAddressBar: true, // Opens links in an iframe preview overlay + // Add `data-preview-link` and `data-preview-link="false"` to customise each link + // individually previewLinks: false, // Transition style diff --git a/js/reveal.js b/js/reveal.js index f125c55..c371371 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -145,6 +145,8 @@ hideAddressBar: true, // Opens links in an iframe preview overlay + // Add `data-preview-link` and `data-preview-link="false"` to customise each link + // individually previewLinks: false, // Exposes the reveal.js API through window.postMessage |