2016-12-08 10:41:55 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<title>reveal.js - Test Markdown Options</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">
|
2016-12-08 10:41:55 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body style="overflow: auto;">
|
|
|
|
|
|
|
|
<div id="qunit"></div>
|
|
|
|
<div id="qunit-fixture"></div>
|
|
|
|
|
|
|
|
<div class="reveal" style="display: none;">
|
|
|
|
|
|
|
|
<div class="slides">
|
|
|
|
|
|
|
|
<section data-markdown>
|
|
|
|
<script type="text/template">
|
|
|
|
## Testing Markdown Options
|
|
|
|
|
|
|
|
This "slide" should contain 'smart' quotes.
|
|
|
|
</script>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="../js/reveal.js"></script>
|
2018-01-22 15:35:15 +01:00
|
|
|
<script src="qunit-2.5.0.js"></script>
|
2016-12-08 10:41:55 +01:00
|
|
|
|
|
|
|
<script src="test-markdown-options.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|