1~~NOCACHE~~
2~~REVEAL theme=dokuwiki&transition=convex&controls=1&show_progress_bar=1&build_all_lists=1&show_image_borders=0&horizontal_slide_level=2&enlarge_vertical_slide_headers=0&show_slide_details=1&open_in_new_window=1&size=1024x768~~
3
4<wrap footer>Footer content here.</wrap>
5
6{{no-footer}}
7====== Reveal.js Test ======
8
9This is a test suite for the Reveal.js plugin.
10
11<notes>
12These are notes. They are only shown on the wiki page.
13
14  * Lists in notes are always NOT incremental
15  * This is because you would have to press for each list entry the next button without seeing anything
16
17<code php>
18echo 'Hello World'; // code block inside notes
19</code>
20
21Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labor
22</notes>
23
24
25==== Header level test ====
26
27Test, if an H3 section following an H1 section is appended horizontally or vertically.
28
29
30=== Header level test ===
31
32Test, if an H4 section opens a new slide. Should not the case for ''horizontal_slide_level = 2''
33
34
35---->>
36
37===== Alternative Slide Indicator =====
38
39
40<code>
41---- salmon wiki:dokuwiki-128.png 10% repeat bg-slide ---->
42</code>
43
44
45---- salmon wiki:dokuwiki-128.png 10% repeat bg-slide no-footer ---->
46
47<notes>
48This slide has no content, but therefore a fancy background...
49</notes>
50
51---->
52
53===== It's cool, isn't it? =====
54
55
56
57---- orange bg-zoom ---->
58
59===== Zoom =====
60
61<code>
62---- orange bg-zoom ---->
63</code>
64
65
66---->
67
68<sub>This could be a slide without content, not possible in header driven mode...</sub>
69
70---->>
71
72Horizontal
73
74<code>
75---->>
76
77Horizontal
78</code>
79
80
81---->>
82
83Horizontal again and stopping special hr driven mode
84
85<code>
86---->>
87
88Horizontal again and stopping special hr driven mode
89
90<----
91</code>
92
93<----
94
95
96===== Options (Caching) =====
97
98If you disable the cache for the page, then you are able to change the options direct in the URL.
99
100In case your theme does not match the environment for the presentation you can fix this very fast without editing the page.
101
102
103===== List =====
104
105For this page/presentation the option ''build_all_lists'' is switched on  - the list is therefore shown incremental:
106
107  * Unordered list, item one
108  * Another item
109    - Ordered sublist
110    - Another sublist item
111  * A third item for testing
112
113
114
115===== Fragments =====
116
117
118==== Fragment (inline) ====
119
120<nowiki><fragment>text</fragment></nowiki>
121
122<fragment>Hit the next arrow...</fragment>
123
124<fragment>... to step through ...</fragment>
125
126<fragment>... a</fragment> <fragment>fragmented</fragment> <fragment>slide.</fragment>
127
128
129
130
131==== Fragment (inline) ====
132
133Inline Fragments supporting only formatting and substitutions:
134
135<fragment>
136DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
137</fragment>
138
139<fragment>
140Of course you can **__//''combine''//__** all these. 8-)
141</fragment>
142
143<fragment>
144You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
145</fragment>
146
147<fragment>
148You can mark something as <del>deleted</del> as well.
149</fragment>
150
151
152
153==== Fragment Block ====
154
155With <nowiki><fragment-block></nowiki> you have more or less no limits:
156
157
158<fragment-block 2>
159<nowiki><fragment-block 2></nowiki>\\
160{{:wiki:dokuwiki-128.png?nolink|}}\\
161This comes second :-)
162</fragment-block>
163
164<fragment-block 1>
165<nowiki><fragment-block 1></nowiki>
166<code php>
167$number = intval($test); //this comes first :-)
168</code>
169</fragment-block>
170
171
172
173==== Fragment List ====
174
175<nowiki><fragment-list></nowiki> overwrites the global option build_all_lists:
176
177<fragment-list>
178  * List item 1
179  * List item 2
180  * List item 3
181</fragment-list>
182
183
184
185==== No Fragment List ====
186
187<nowiki><no-fragment-list></nowiki> overwrites also the global option build_all_lists:
188
189<no-fragment-list>
190  * List item 1
191  * List item 2
192  * List item 3
193</no-fragment-list>
194
195
196{{no-footer}}
197==== Fragment Styles ====
198
199<nowiki><fragment StyleName></nowiki>
200
201<fragment-block grow>grow</fragment-block>
202
203<fragment-block shrink>shrink</fragment-block>
204
205<fragment fade-out>fade-out</fragment>
206
207<fragment-block fade-up>fade-up (also down, left and right!)</fragment-block>
208
209<fragment current-visible>current-visible</fragment>
210
211<fragment highlight-current-red>highlight-current-red (blue, green)</fragment>
212
213Highlight <fragment highlight-red>red</fragment> <fragment highlight-blue>blue</fragment> <fragment highlight-green>green</fragment>
214
215<fragment><sub>Attention: grow, shrink, fade-up/-down/-left/-right</sub>\\
216<sup>are only working with <nowiki><fragment-block></nowiki></sup></fragment>
217
218
219{{background>orange no-footer}}
220===== Background Orange =====
221
222<nowiki>{{background>orange}}</nowiki>
223
224{{background>#000000 no-footer}}
225===== Background =====
226
227This slide has black background.
228
229
230
231{{no-footer}}
232===== Quotes =====
233
234This is the original example from the DokuWiki syntax description. For Reveal we suppress the nesting, because the quotes are shown in a different way:
235
236I think we should do it
237
238> No we shouldn't
239
240>> Well, I say we should
241
242> Really?
243
244>> Yes!
245
246>>> Then lets do it!
247
248
249
250===== MathJax =====
251
252Inline math: $\int f dx$
253
254Display math
255\[
256\int f dx
257\]
258
259
260
261===== Code  =====
262
263Inline ''this is code''
264
265
266==== Python ====
267Downloadable Snippet
268
269<code python test.py>
270from antigravity import *
271for k in range(10):
272    print(k)
273</code>
274
275
276=== Not Downloadable Snippet ===
277
278<code python>
279from antigravity import *
280for k in range(10):
281    print(k)
282</code>
283
284
285==== Bash ====
286
287<code python test.py>
288#!/bin/bash
289ls -l
290echo "hello world"
291</code>
292
293
294==== No Language ====
295<code - test.nolanguage>
296for k in range(10)
297this is nothing
298reject this
299</code>
300
301
302==== Double Space Block Code ====
303
304  first line
305  second line
306  third line
307
308
309===== Tables =====
310
311
312==== A Simple Table ====
313
314^ head 1 ^ head 2 ^
315| line1 | line 2 |
316| line11 | line 22 |
317
318
319===== Media Alignment =====
320
321
322==== Align Left ====
323
324{{wiki:dokuwiki-128.png }}
325Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labor
326
327
328==== Align Right ====
329
330{{ wiki:dokuwiki-128.png}}
331Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labor
332
333
334==== Align Center ====
335
336{{ wiki:dokuwiki-128.png }}
337
338Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labor
339
340
341===== Fonts =====
342
343
344==== Small Fonts ====
345
346Depends on the [[https://www.dokuwiki.org/plugin:wrap|Wrap Plugin]]
347
348Normal size and <wrap lo>small size</wrap>
349
350normal normal normal
351
352<WRAP lo>
353small block small block small block
354</WRAP>
355
356
357==== Small Fonts & Fragments ====
358
359Normal size and <fragment><wrap lo>small size</wrap></fragment>
360
361normal normal normal
362
363<WRAP lo>
364small block small block <fragment highlight-red>small block</fragment>
365</WRAP>
366
367
368===== Links =====
369
370Interwiki link [[wiki:maintenance:djvu_support]]
371
372WWW link www.google.de
373
374
375
376{{no-footer}}
377{{background>:wiki:dokuwiki-128.png orange}}
378====== H1 With Background ======
379
380
381
382==== Without Background 1 ====
383
384Test, if background is not applied to nested slides
385
386===== Without Background 2 =====
387
388Test, if background is not applied to the next horizontal slide
389