diff options
Diffstat (limited to 'test/test-markdown-external.html')
-rw-r--r-- | test/test-markdown-external.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-markdown-external.html b/test/test-markdown-external.html index 859d0a1..ab2ebb9 100644 --- a/test/test-markdown-external.html +++ b/test/test-markdown-external.html @@ -7,7 +7,7 @@ <title>reveal.js - Test Markdown</title> <link rel="stylesheet" href="../css/reveal.css"> - <link rel="stylesheet" href="qunit-1.12.0.css"> + <link rel="stylesheet" href="qunit-2.5.0.css"> </head> <body style="overflow: auto;"> @@ -28,7 +28,7 @@ <script src="../plugin/highlight/highlight.js"></script> <script src="../plugin/markdown/marked.js"></script> <script src="../plugin/markdown/markdown.js"></script> - <script src="qunit-1.12.0.js"></script> + <script src="qunit-2.5.0.js"></script> <script src="test-markdown-external.js"></script> |