github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/docs/slides/test/test-markdown-options.html (about)

     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-1.12.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="../lib/js/head.min.js"></script>
    35  		<script src="../js/reveal.js"></script>
    36  		<script src="qunit-1.12.0.js"></script>
    37  
    38  		<script src="test-markdown-options.js"></script>
    39  
    40  	</body>
    41  </html>