We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410f776 commit 7991693Copy full SHA for 7991693
README.md
@@ -270,6 +270,8 @@ Reveal.initialize({
270
hideAddressBar: true,
271
272
// Opens links in an iframe preview overlay
273
+ // Add `data-preview-link` and `data-preview-link="false"` to customise each link
274
+ // individually
275
previewLinks: false,
276
277
// Transition style
js/reveal.js
@@ -145,6 +145,8 @@
145
146
147
148
149
150
151
152
// Exposes the reveal.js API through window.postMessage
0 commit comments