diff options
author | Hakim El Hattab | 2019-03-21 09:03:27 +0100 |
---|---|---|
committer | GitHub | 2019-03-21 09:03:27 +0100 |
commit | b5fe0f812625ce1628ee24e69fff0eedca8e93fd (patch) | |
tree | f172935cf512c7f20182a9e6c0c9e9562e8c4190 /test/test-markdown-external.html | |
parent | b4c6c920337aee02e563828c40a546b82a2dc47b (diff) | |
parent | 01874c6e70f11b63c66bdace29411812932b88f9 (diff) |
Merge branch 'dev' into hash-problem
Diffstat (limited to 'test/test-markdown-external.html')
-rw-r--r-- | test/test-markdown-external.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/test-markdown-external.html b/test/test-markdown-external.html index d4912b0..93cd983 100644 --- a/test/test-markdown-external.html +++ b/test/test-markdown-external.html @@ -13,24 +13,25 @@ <body style="overflow: auto;"> <div id="qunit"></div> - <div id="qunit-fixture"></div> + <div id="qunit-fixture"></div> <div class="reveal" 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> + <!-- <section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section> --> </div> </div> - <script src="../lib/js/head.min.js"></script> <script src="../js/reveal.js"></script> <script src="../plugin/highlight/highlight.js"></script> <script src="../plugin/markdown/marked.js"></script> <script src="../plugin/markdown/markdown.js"></script> <script src="qunit-2.5.0.js"></script> - <script src="test-markdown-external.js"></script> + <!-- <script src="test-markdown-external.js"></script> --> + + <!-- Test disabled 28/2/2019 by Hakim – Markdown plugin needs to be updated to load extenal files asycnhronously --> </body> </html> |