summaryrefslogtreecommitdiffhomepage
path: root/test/test-markdown-external.html
diff options
context:
space:
mode:
authorHakim El Hattab2018-08-01 10:34:55 +0200
committerHakim El Hattab2018-08-01 10:34:55 +0200
commitb6aa0cac2392d69c93bda583c88cb6c4fd82b095 (patch)
tree4adab8ecbbce1db6a785700503d142dbad04c735 /test/test-markdown-external.html
parentf6f7f58537c21435c4e2ffe8b538216eeac16ae4 (diff)
parentb9bb353a11bb7bcd1f79a40a80e0d5dfcca05591 (diff)
Merge branch 'dev' of github.com:hakimel/reveal.js
Diffstat (limited to 'test/test-markdown-external.html')
-rw-r--r--test/test-markdown-external.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-markdown-external.html b/test/test-markdown-external.html
index 859d0a1..d4912b0 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;">
@@ -18,7 +18,7 @@
<div class="reveal" style="display: none;">
<div class="slides">
- <section data-markdown="simple.md" data-separator="^\n\n\n" data-separator-vertical="^\n\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>
@@ -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>