test-markdown-options.html 747 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>reveal.js - Test Markdown Options</title>
  6. <link rel="stylesheet" href="../css/reveal.css">
  7. <link rel="stylesheet" href="qunit-2.5.0.css">
  8. </head>
  9. <body style="overflow: auto;">
  10. <div id="qunit"></div>
  11. <div id="qunit-fixture"></div>
  12. <div class="reveal" style="display: none;">
  13. <div class="slides">
  14. <section data-markdown>
  15. <script type="text/template">
  16. ## Testing Markdown Options
  17. This "slide" should contain 'smart' quotes.
  18. </script>
  19. </section>
  20. </div>
  21. </div>
  22. <script src="../js/reveal.js"></script>
  23. <script src="qunit-2.5.0.js"></script>
  24. <script src="test-markdown-options.js"></script>
  25. </body>
  26. </html>