presentations

Presentations
Log | Files | Refs

test-markdown-external.html (993B)


      1 <!doctype html>
      2 <html lang="en">
      3 
      4 	<head>
      5 		<meta charset="utf-8">
      6 
      7 		<title>reveal.js - Test Markdown</title>
      8 
      9 		<link rel="stylesheet" href="../css/reveal.css">
     10 		<link rel="stylesheet" href="qunit-2.5.0.css">
     11 	</head>
     12 
     13 	<body style="overflow: auto;">
     14 
     15 		<div id="qunit"></div>
     16 		<div id="qunit-fixture"></div>
     17 
     18 		<div class="reveal" style="display: none;">
     19 
     20 			<div class="slides">
     21 				<!-- <section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section> -->
     22 			</div>
     23 
     24 		</div>
     25 
     26 		<script src="../js/reveal.js"></script>
     27 		<script src="../plugin/highlight/highlight.js"></script>
     28 		<script src="../plugin/markdown/marked.js"></script>
     29 		<script src="../plugin/markdown/markdown.js"></script>
     30 		<script src="qunit-2.5.0.js"></script>
     31 
     32 		<!-- <script src="test-markdown-external.js"></script> -->
     33 
     34 		<!-- Test disabled 28/2/2019 by Hakim – Markdown plugin needs to be updated to load extenal files asycnhronously -->
     35 
     36 	</body>
     37 </html>