summaryrefslogtreecommitdiff
path: root/2024-06-18-guix-social/reveal.js/test/test-markdown.html
blob: e877284906df3c706ed8be8637f5011d1128b738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!doctype html>
<html lang="en">

	<head>
		<meta charset="utf-8">

		<title>reveal.js - Test Markdown</title>

		<link rel="stylesheet" href="../dist/reveal.css">
		<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css">
		<script src="../node_modules/qunit/qunit/qunit.js"></script>
	</head>

	<body style="overflow: auto;">

		<div id="qunit"></div>
		<div id="qunit-fixture"></div>

		<div class="reveal deck1" style="display: none;">
			<div class="slides">
				<section data-markdown data-separator="^\n---\n$" data-separator-vertical="^\n--\n$">
					<script type="text/template">
						## Slide 1.1

						--

						## Slide 1.2

						---

						## Slide 2
					</script>
				</section>
			</div>
		</div>

		<div class="reveal deck2" style="display: none;">
			<div class="slides">
				<section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section>
			</div>
		</div>

		<div class="reveal deck3" style="display: none;">
			<div class="slides">
				<section 	data-markdown data-separator="^\n\n\n"
									data-separator-vertical="^\n\n"
									data-separator-notes="^Note:"
									data-attributes="--\s(.*?)$"
									data-charset="utf-8">
					<script type="text/template">
						# Test attributes in Markdown
						## Slide 1



						## Slide 2
						<!-- -- id="slide2" data-transition="zoom" data-background="#A0C66B" -->


						## Slide 2.1
						<!-- -- data-background="#ff0000" data-transition="fade" -->


						## Slide 2.2
						[Link to Slide2](#/slide2)



						## Slide 3
						<!-- -- data-transition="zoom" data-background="#C6916B" -->



						## Slide 4
					</script>
				</section>

				<section 	data-markdown data-separator="^\n\n\n"
									data-separator-vertical="^\n\n"
									data-separator-notes="^Note:"
									data-charset="utf-8">
					<script type="text/template">
						# Test attributes in Markdown with default separator
						## Slide 1 Def



						## Slide 2 Def
						<!-- .slide: id="slide2def" data-transition="concave" data-background="#A7C66B" -->


						## Slide 2.1 Def
						<!-- .slide: data-background="#f70000" data-transition="page" -->


						## Slide 2.2 Def
						[Link to Slide2](#/slide2def)



						## Slide 3 Def
						<!-- .slide: data-transition="concave" data-background="#C7916B" -->



						## Slide 4
					</script>
				</section>

				<section data-markdown>
					<script type="text/template">
						<!-- .slide: data-background="#ff0000" -->
						## Hello world
					</script>
				</section>

				<section data-markdown>
					<script type="text/template">
						## Hello world
						<!-- .slide: data-background="#ff0000" -->
					</script>
				</section>

				<section data-markdown>
					<script type="text/template">
						## Hello world

						Test
						<!-- .slide: data-background="#ff0000" -->

						More Test
					</script>
				</section>
			</div>
		</div>

		<div class="reveal deck4" style="display: none;">
			<div class="slides">
				<section data-markdown>
					<script type="text/template">
						## Testing Markdown Options

						This "slide" should contain 'smart' quotes.
					</script>
				</section>
			</div>
		</div>

		<div class="reveal deck5" style="display: none;">
			<div class="slides">
				<section data-markdown data-separator="^\n---\n$" data-separator-vertical="^\n--\n$" data-element-attributes="{_\s*?([^}]+?)}">>
					<script type="text/template">
						## Slide 1.1
						<!-- {_class="fragment fade-out" data-fragment-index="1"} -->

						--

						## Slide 1.2
						<!-- {_class="fragment shrink"} -->

						Paragraph 1
						<!-- {_class="fragment grow"} -->

						Paragraph 2
						<!-- {_class="fragment grow"} -->

						- list item 1 <!-- {_class="fragment grow"} -->
						- list item 2 <!-- {_class="fragment grow"} -->
						- list item 3 <!-- {_class="fragment grow"} -->


						---

						## Slide 2


						Paragraph 1.2  
						multi-line <!-- {_class="fragment highlight-red"} -->

						Paragraph 2.2 <!-- {_class="fragment highlight-red"} -->

						Paragraph 2.3 <!-- {_class="fragment highlight-red"} -->

						Paragraph 2.4 <!-- {_class="fragment highlight-red"} -->

						- list item 1 <!-- {_class="fragment highlight-green"} -->
						- list item 2<!-- {_class="fragment highlight-green"} -->
						- list item 3<!-- {_class="fragment highlight-green"} -->
						- list item 4
						<!-- {_class="fragment highlight-green"} -->
						- list item 5<!-- {_class="fragment highlight-green"} -->

						Test

						![Example Picture](examples/assets/image2.png) <!-- {_class="reveal stretch"} -->

					</script>
				</section>



				<section 	data-markdown data-separator="^\n\n\n"
									data-separator-vertical="^\n\n"
									data-separator-notes="^Note:"
									data-charset="utf-8">
					<script type="text/template">
						# Test attributes in Markdown with default separator
						## Slide 1 Def <!-- .element: class="fragment highlight-red" data-fragment-index="1" -->


						## Slide 2 Def
						<!-- .element: class="fragment highlight-red" -->

					</script>
				</section>

				<section data-markdown>
				  <script type="text/template">
					## Hello world
					A paragraph
					<!-- .element: class="fragment highlight-blue" -->
				  </script>
				</section>

				<section data-markdown>
				  <script type="text/template">
					## Hello world

					Multiple  
					Line
					<!-- .element: class="fragment highlight-blue" -->
				  </script>
				</section>

				<section data-markdown>
				  <script type="text/template">
					## Hello world

					Test<!-- .element: class="fragment highlight-blue" -->

					More Test
				  </script>
				</section>
			</div>
		</div>

		<div class="reveal deck6" style="display: block;">
			<div class="slides">
				<section data-markdown class="defaults">
					<script type="text/template">
						```
						code
						```
					</script>
				</section>
				<section data-markdown class="with-language">
					<script type="text/template">
						```javascript
						code
						```
					</script>
				</section>
				<section data-markdown class="with-line-numbers">
					<script type="text/template">
						```[]
						code
						```
					</script>
				</section>
				<section data-markdown class="with-line-highlights">
					<script type="text/template">
						```[1,2,3]
						code
						```
					</script>
				</section>
				<section data-markdown class="with-offset">
					<script type="text/template">
						```[123:]
						code
						```
					</script>
				</section>
				<section data-markdown class="with-line-highlights-and-lanugage">
					<script type="text/template">
						```javascript [1,2,3]
						code
						```
					</script>
				</section>
				<section data-markdown class="with-line-highlights-offset-and-lanugage">
					<script type="text/template">
						```javascript [456: 3,4,5]
						code
						```
					</script>
				</section>
				<section data-markdown class="with-line-offset-and-lanugage">
					<script type="text/template">
						```javascript [756:]
						code
						```
					</script>
				</section>
				<section data-markdown class="with-code-in-fragment">
					<script type="text/template">
					```js
					foo.bar();
					```

					<!-- .element: class="fragment" -->
					</script>
				</section>
			</div>
		</div>

		<script type="module">
			import Reveal from '../dist/reveal.esm.js'
			import Markdown from '../plugin/markdown/markdown.esm.js'
			import Highlight from '../plugin/highlight/highlight.esm.js'

			QUnit.config.testTimeout = 30000;

			let deck1 = new Reveal( document.querySelector( '.deck1' ), { plugins: [ Markdown ] })
			deck1.addEventListener( 'ready', function() {

				QUnit.module( 'Inline' );

				QUnit.test( 'Vertical separator', function( assert ) {
					assert.strictEqual( deck1.getRevealElement().querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
				});

				QUnit.test( 'Horizontal separator', function( assert ) {
					assert.strictEqual( deck1.getRevealElement().querySelectorAll( '.reveal .slides>section' ).length, 2, 'found two slides' );
				});

			} );

			let deck2 = new Reveal( document.querySelector( '.deck2' ), { plugins: [ Markdown ] })
			deck2.addEventListener( 'ready', function() {

				QUnit.module( 'External' );

				QUnit.test( 'Vertical separator', function( assert ) {
					assert.strictEqual( deck2.getRevealElement().querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
				});

				QUnit.test( 'Horizontal separator', function( assert ) {
					assert.strictEqual( deck2.getRevealElement().querySelectorAll( '.reveal .slides>section' ).length, 2, 'found two slides' );
				});

			} );

			let deck3 = new Reveal( document.querySelector( '.deck3' ), { plugins: [ Markdown ] })
			deck3.addEventListener( 'ready', function() {

				QUnit.module( 'Slide Attributes' );

				QUnit.test( 'Id on slide', function( assert ) {
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section#slide2' ).length, 1, 'found one slide with id slide2' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section a[href="#/slide2"]' ).length, 1, 'found one slide with a link to slide2' );
				});

				QUnit.test( 'data-background attributes', function( assert ) {
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-background="#A0C66B"]' ).length, 1, 'found one vertical slide with data-background="#A0C66B"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-background="#ff0000"]' ).length, 1, 'found one vertical slide with data-background="#ff0000"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section[data-background="#C6916B"]' ).length, 1, 'found one slide with data-background="#C6916B"' );
				});

				QUnit.test( 'data-transition attributes', function( assert ) {
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-transition="zoom"]' ).length, 1, 'found one vertical slide with data-transition="zoom"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-transition="fade"]' ).length, 1, 'found one vertical slide with data-transition="fade"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides section [data-transition="zoom"]' ).length, 1, 'found one slide with data-transition="zoom"' );
				});

				QUnit.test( 'data-background attributes with default separator', function( assert ) {
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-background="#A7C66B"]' ).length, 1, 'found one vertical slide with data-background="#A0C66B"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-background="#f70000"]' ).length, 1, 'found one vertical slide with data-background="#ff0000"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section[data-background="#C7916B"]' ).length, 1, 'found one slide with data-background="#C6916B"' );
				});

				QUnit.test( 'data-transition attributes with default separator', function( assert ) {
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-transition="concave"]' ).length, 1, 'found one vertical slide with data-transition="zoom"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section>section[data-transition="page"]' ).length, 1, 'found one vertical slide with data-transition="fade"' );
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides section [data-transition="concave"]' ).length, 1, 'found one slide with data-transition="zoom"' );
				});

				QUnit.test( 'data-transition attributes with inline content', function( assert ) {
					assert.strictEqual( deck3.getRevealElement().querySelectorAll( '.reveal .slides>section[data-background="#ff0000"]' ).length, 3, 'found three horizontal slides with data-background="#ff0000"' );
				});

			} );

			let deck4 = new Reveal( document.querySelector( '.deck4' ), {
				markdown: {
					smartypants: true
				},
				plugins: [ Markdown ]
			})
			deck4.addEventListener( 'ready', function() {

				QUnit.module( 'Options' );

				QUnit.test( 'Options are set', function( assert ) {
					assert.strictEqual( deck4.getPlugin( 'markdown' ).marked.defaults.smartypants, true );
				});

				QUnit.test( 'Smart quotes are activated', function( assert ) {
					var text = deck4.getRevealElement().querySelector( '.reveal .slides>section>p' ).textContent;

					assert.strictEqual( /['"]/.test( text ), false );
					assert.strictEqual( /[“”‘’]/.test( text ), true );
				});

			} );

			let deck5 = new Reveal( document.querySelector( '.deck5' ), { plugins: [ Markdown ] })
			deck5.addEventListener( 'ready', function() {

				QUnit.module( 'Element Attributes' );

				QUnit.test( 'Vertical separator', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides>section>section' ).length, 4, 'found four slides' );
				});

				QUnit.test( 'Attributes on element header in vertical slides', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section>section h2.fragment.fade-out' ).length, 1, 'found one vertical slide with class fragment.fade-out on header' );
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section>section h2.fragment.shrink' ).length, 1, 'found one vertical slide with class fragment.shrink on header' );
				});

				QUnit.test( 'Attributes on element paragraphs in vertical slides', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section>section p.fragment.grow' ).length, 2, 'found a vertical slide with two paragraphs with class fragment.grow' );
				});

				QUnit.test( 'Attributes on element list items in vertical slides', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section>section li.fragment.grow' ).length, 3, 'found a vertical slide with three list items with class fragment.grow' );
				});

				QUnit.test( 'Attributes on element paragraphs in horizontal slides', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section p.fragment.highlight-red' ).length, 4, 'found a horizontal slide with four paragraphs with class fragment.grow' );
				});

				QUnit.test( 'Attributes on element list items in horizontal slides', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section li.fragment.highlight-green' ).length, 5, 'found a horizontal slide with five list items with class fragment.roll-in' );
				});

				QUnit.test( 'Attributes on element image in horizontal slides', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section img.reveal.stretch' ).length, 1, 'found a horizontal slide with stretched image, class img.reveal.stretch' );
				});

				QUnit.test( 'Attributes on elements in vertical slides with default element attribute separator', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section h2.fragment.highlight-red' ).length, 2, 'found two h2 titles with fragment highlight-red in vertical slides with default element attribute separator' );
				});

				QUnit.test( 'Attributes on elements in single slides with default element attribute separator', function( assert ) {
					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.reveal .slides section p.fragment.highlight-blue' ).length, 3, 'found three elements with fragment highlight-blue in single slide with default element attribute separator' );
				});

			} );

			let deck6 = new Reveal( document.querySelector( '.deck6' ), {
				plugins: [ Markdown, Highlight ]
			})
			deck6.addEventListener( 'ready', function() {

				QUnit.module( 'Code Blocks' );

				QUnit.test( 'Defaults to no line numbers', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.defaults .hljs:not([data-line-numbers])' ).length, 1 );
				});

				QUnit.test( 'Can set language', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-language .hljs.javascript:not([data-line-numbers])' ).length, 1 );
				});

				QUnit.test( '```[] enables line numbers', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-numbers .hljs[data-line-numbers=""]' ).length, 1 );
				});

				QUnit.test( '```[1,2,3] enables line highlights', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights .hljs[data-line-numbers="1,2,3"]' ).length, 1 );
				});

				QUnit.test( '```[234: ] line offset only', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-offset .hljs[data-ln-start-from="123"]' ).length, 1 );
				});

				QUnit.test( '```javascript [1,2,3] enables line highlights and sets language', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights-and-lanugage .hljs.javascript[data-line-numbers="1,2,3"]' ).length, 1 );
				});

				QUnit.test( '```javascript [123: 3,4,5] add line offset and enables line highlights and sets language', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights-offset-and-lanugage .hljs.javascript[data-line-numbers="3,4,5"]' ).length, 1 );
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights-offset-and-lanugage .hljs.javascript[data-ln-start-from="456"]' ).length, 1 );
				});

				QUnit.test( '```javascript [756:] add line offset and sets no line highlights and sets language', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-offset-and-lanugage .hljs.javascript[data-ln-start-from="756"]' ).length, 1 );
				});
				
				QUnit.test( '```block should allow custom fragment', function( assert ) {
					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-code-in-fragment pre.fragment' ).length, 1 );
				});

			} );

			deck1.initialize();
			deck2.initialize();
			deck3.initialize();
			deck4.initialize();
			deck5.initialize();
			deck6.initialize();
		</script>

	</body>
</html>