diff options
author | VonC <vonc@laposte.net> | 2013-11-24 21:27:30 +0100 |
---|---|---|
committer | VonC <vonc@laposte.net> | 2013-11-30 23:12:38 +0100 |
commit | dd9fa3e22bd57fa7c5d16eeff4d84abf60f35fd6 (patch) | |
tree | 4b4bf7b259d30595e286fc779d45e959e3ed332e /test | |
parent | 3d2549d4f461cd2cb21bde6ef8a482f1f27a51ae (diff) | |
download | fosdem-2018-presentation-dd9fa3e22bd57fa7c5d16eeff4d84abf60f35fd6.tar fosdem-2018-presentation-dd9fa3e22bd57fa7c5d16eeff4d84abf60f35fd6.tar.gz |
First refactoring
Diffstat (limited to 'test')
-rw-r--r-- | test/test-markdown-attributes.html | 2 | ||||
-rw-r--r-- | test/test-markdown-element-attributes.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/test-markdown-attributes.html b/test/test-markdown-attributes.html index cc03177..8f77dac 100644 --- a/test/test-markdown-attributes.html +++ b/test/test-markdown-attributes.html @@ -15,7 +15,7 @@ <div id="qunit"></div> <div id="qunit-fixture"></div> - <div class="reveal" style="display: none;"> + <div class="reveal" style="display: true;"> <div class="slides"> diff --git a/test/test-markdown-element-attributes.html b/test/test-markdown-element-attributes.html index 417ce30..e9f4038 100644 --- a/test/test-markdown-element-attributes.html +++ b/test/test-markdown-element-attributes.html @@ -15,7 +15,7 @@ <div id="qunit"></div> <div id="qunit-fixture"></div> - <div class="reveal" style="display: none;"> + <div class="reveal" style="display: true;"> <div class="slides"> @@ -44,7 +44,7 @@ ## Slide 2 - Paragraph 1.2 + Paragraph 1.2 multi-line {_class="fragment highlight-red"} Paragraph 2.2 {_class="fragment highlight-red"} |