5 <title>Test WMD Page</title>
7 <link rel="stylesheet" type="text/css" href="wmd.css" />
9 <meta http-equiv="pragma" content="no-cache">
10 <meta http-equiv="cache-control" content="no-cache">
11 <meta http-equiv="pragma-directive" content="no-cache">
12 <meta http-equiv="cache-directive" content="no-cache">
13 <meta http-equiv="expires" content="0">
15 <script type="text/javascript" src="jQuery/jquery-1.2.6.js"></script>
16 <script type="text/javascript" src="showdown.js"></script>
20 <div id="wmd-button-bar" class="wmd-panel"></div>
22 <textarea id="editor" class="wmd-panel"></textarea>
24 <div id="previewer" class="wmd-panel"></div>
26 <div id="wmd-output" class="wmd-panel"></div>
28 <p>To test that page up/down and arrow keys work, copy this above the WMD
156 <script type="text/javascript" src="wmd.js"></script>