Merge "Update release note"
[functest.git] / docs / com / test / test-markdown.html
1 <!doctype html>
2 <html lang="en">
3
4         <head>
5                 <meta charset="utf-8">
6
7                 <title>reveal.js - Test Markdown</title>
8
9                 <link rel="stylesheet" href="../css/reveal.css">
10                 <link rel="stylesheet" href="qunit-1.12.0.css">
11         </head>
12
13         <body style="overflow: auto;">
14
15                 <div id="qunit"></div>
16                 <div id="qunit-fixture"></div>
17
18                 <div class="reveal" style="display: none;">
19
20                         <div class="slides">
21
22                                 <!-- <section data-markdown="example.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section> -->
23
24                                 <!-- Slides are separated by newline + three dashes + newline, vertical slides identical but two dashes -->
25                                 <section data-markdown data-separator="^\n---\n$" data-separator-vertical="^\n--\n$">
26                                         <script type="text/template">
27                                                 ## Slide 1.1
28
29                                                 --
30
31                                                 ## Slide 1.2
32
33                                                 ---
34
35                                                 ## Slide 2
36                                         </script>
37                                 </section>
38
39                         </div>
40
41                 </div>
42
43                 <script src="../lib/js/head.min.js"></script>
44                 <script src="../js/reveal.js"></script>
45                 <script src="../plugin/markdown/marked.js"></script>
46                 <script src="../plugin/markdown/markdown.js"></script>
47                 <script src="qunit-1.12.0.js"></script>
48
49                 <script src="test-markdown.js"></script>
50
51         </body>
52 </html>