2015-11-11 08:37:08 +01:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
|
|
<title>reveal.js - Test Markdown</title>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="../css/reveal.css">
|
2018-01-22 15:35:15 +01:00
|
|
|
|
<link rel="stylesheet" href="qunit-2.5.0.css">
|
2015-11-11 08:37:08 +01:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body style="overflow: auto;">
|
|
|
|
|
|
|
|
|
|
<div id="qunit"></div>
|
2019-02-28 13:47:49 +01:00
|
|
|
|
<div id="qunit-fixture"></div>
|
2015-11-11 08:37:08 +01:00
|
|
|
|
|
|
|
|
|
<div class="reveal" style="display: none;">
|
|
|
|
|
|
|
|
|
|
<div class="slides">
|
2019-02-28 13:47:49 +01:00
|
|
|
|
<!-- <section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section> -->
|
2015-11-11 08:37:08 +01:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<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>
|
2018-01-22 15:35:15 +01:00
|
|
|
|
<script src="qunit-2.5.0.js"></script>
|
2015-11-11 08:37:08 +01:00
|
|
|
|
|
2019-02-28 13:47:49 +01:00
|
|
|
|
<!-- <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 -->
|
2015-11-11 08:37:08 +01:00
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|