diff options
author | VonC <vonc@laposte.net> | 2013-11-30 23:06:47 +0100 |
---|---|---|
committer | VonC <vonc@laposte.net> | 2013-11-30 23:12:41 +0100 |
commit | d4e04b82dce155839dfca6aa933f012079fefe01 (patch) | |
tree | e2c4612687d57e292ec5c317989e6d99e67f5f91 /test/test-markdown-attributes.html | |
parent | f2097417daca80b2caaed2661ee646e861d789c8 (diff) | |
download | fosdem-2018-presentation-d4e04b82dce155839dfca6aa933f012079fefe01.tar fosdem-2018-presentation-d4e04b82dce155839dfca6aa933f012079fefe01.tar.gz |
test-markdown-attributes.*, new default separator
- Reformat.
- Change default separator test 'slide: x=y'
Diffstat (limited to 'test/test-markdown-attributes.html')
-rw-r--r-- | test/test-markdown-attributes.html | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/test/test-markdown-attributes.html b/test/test-markdown-attributes.html index 6818cd5..94c146f 100644 --- a/test/test-markdown-attributes.html +++ b/test/test-markdown-attributes.html @@ -13,9 +13,9 @@ <body style="overflow: auto;"> <div id="qunit"></div> - <div id="qunit-fixture"></div> + <div id="qunit-fixture"></div> - <div class="reveal" style="display: true;"> + <div class="reveal" style="display: none;"> <div class="slides"> @@ -66,11 +66,11 @@ ## Slide 2 Def - <!-- slide-attributes: id="slide2def" data-transition="concave" data-background="#A7C66B" --> + <!-- .slide: id="slide2def" data-transition="concave" data-background="#A7C66B" --> ## Slide 2.1 Def - <!-- slide-attributes: data-background="#f70000" data-transition="page" --> + <!-- .slide: data-background="#f70000" data-transition="page" --> ## Slide 2.2 Def @@ -79,7 +79,7 @@ ## Slide 3 Def - <!-- slide-attributes: data-transition="concave" data-background="#C7916B" --> + <!-- .slide: data-transition="concave" data-background="#C7916B" --> @@ -87,30 +87,30 @@ </script> </section> - <section data-markdown> - <script type="text/template"> - <!-- slide-attributes: data-background="#ff0000" --> - ## Hello world - </script> - </section> - - <section data-markdown> - <script type="text/template"> - ## Hello world - <!-- slide-attributes: data-background="#ff0000" --> - </script> - </section> - - <section data-markdown> - <script type="text/template"> - ## Hello world - - Test - <!-- slide-attributes: data-background="#ff0000" --> - - More Test - </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> |