You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In previous snippet we are creating a slide titled Slide One with bullets and another one titled Slide Two with centered text (reveal.js`' default behavior) with {uri-revealjs-gh}#speaker-notes[speaker notes].
318
+
In previous snippet we are creating a slide titled Slide One with bullets and another one titled Slide Two with centered text (reveal.js`' default behavior) with {uri-revealjs-doc}#speaker-notes[speaker notes].
318
319
Other syntax exists to create speaker notes, see `examples/speaker-notes.adoc`.
319
320
320
321
Starting with Reveal.js 3.5 speaker notes supports configurable layouts:
@@ -401,7 +402,7 @@ NOTE: The `canvas` keyword can be used instead of `background` for the same effe
401
402
Is very yellow
402
403
----
403
404
404
-
Slide Three applies the attribute {uri-revealjs-gh}#slide-backgrounds[data-background-color] to the `reveal.js` <section> tag.
405
+
Slide Three applies the attribute {uri-revealjs-doc}#slide-backgrounds[data-background-color] to the `reveal.js` <section> tag.
theme documentation] and use the `revealjs_customtheme` AsciiDoc attribute to
1256
1257
activate it.
1257
1258
1258
1259
1259
1260
=== PDF Export
1260
1261
1261
-
Follow https://github.com/hakimel/reveal.js#pdf-export[reveal.js' documentation] for PDF export.
1262
+
Follow {uri-revealjs-doc}#pdf-export[reveal.js' documentation] for PDF export.
1262
1263
We would add that we have successfully used PDF export without the requirement of a Web server.
1263
1264
1264
1265
@@ -1292,7 +1293,7 @@ Additional reveal.js plugins can be installed and activated using AsciiDoc attri
1292
1293
1293
1294
Looking at the example provided in the repository will provide guidance: link:examples/revealjs-plugins.adoc[AsciiDoc source], link:examples/revealjs-plugins.js[Plugin Loader], link:examples/revealjs-plugins-conf.js[Plugin Configuration].
1294
1295
1295
-
Read {uri-revealjs-gh}#dependencies[the relevant reveal.js documentation] to understand more about reveal.js plugins.
1296
+
Read {uri-revealjs-doc}#dependencies[the relevant reveal.js documentation] to understand more about reveal.js plugins.
1296
1297
A {uri-revealjs-gh}/wiki/Plugins,-Tools-and-Hardware[list of existing reveal.js plugins] is also maintained upstream.
0 commit comments