-
Notifications
You must be signed in to change notification settings - Fork 42
/
test.html
25 lines (23 loc) · 905 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<script src="js-markdown-extra.js"></script>
<script src="http://code.jquery.com/qunit/qunit-1.11.0.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.11.0.css" type="text/css" media="screen" />
</head>
<body>
<h1 id="qunit-header">js-markdown-extra</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">test markup, will be hidden</div>
<script src="tests/all.js"></script>
<script src="tests/crlf.js"></script>
<script src="tests/sanitize.js"></script>
<script src="tests/abbrev.js"></script>
<script src="tests/tags.js"></script>
</body>
</html>