diff options
Diffstat (limited to 'test/test-markdown-options.html')
-rw-r--r-- | test/test-markdown-options.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/test/test-markdown-options.html b/test/test-markdown-options.html deleted file mode 100644 index 5391a19..0000000 --- a/test/test-markdown-options.html +++ /dev/null @@ -1,40 +0,0 @@ -<!doctype html> -<html lang="en"> - - <head> - <meta charset="utf-8"> - - <title>reveal.js - Test Markdown Options</title> - - <link rel="stylesheet" href="../css/reveal.css"> - <link rel="stylesheet" href="qunit-2.5.0.css"> - </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> - <script src="qunit-2.5.0.js"></script> - - <script src="test-markdown-options.js"></script> - - </body> -</html> |