presentations

Presentations
Log | Files | Refs

test-markdown-options.html (747B)


      1 <!doctype html>
      2 <html lang="en">
      3 
      4 	<head>
      5 		<meta charset="utf-8">
      6 
      7 		<title>reveal.js - Test Markdown Options</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 
     22 				<section data-markdown>
     23 					<script type="text/template">
     24 						## Testing Markdown Options
     25 
     26 						This "slide" should contain 'smart' quotes.
     27 					</script>
     28 				</section>
     29 
     30 			</div>
     31 
     32 		</div>
     33 
     34 		<script src="../js/reveal.js"></script>
     35 		<script src="qunit-2.5.0.js"></script>
     36 
     37 		<script src="test-markdown-options.js"></script>
     38 
     39 	</body>
     40 </html>