pixelplanet/utils/markdown-test/index.html

20 lines
465 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Markdown Parser Test</title>
<meta name="description" content="Testing Markdown Parser">
<meta name="author" content="hf">
</head>
<body>
<script src="./script.js"></script>
<textarea id="input" name="text" cols="100" rows="30"></textarea><br />
<p>Parse-time: <span id="time"/></p>
<textarea id="output" name="text" cols="100" rows="30" readonly></textarea>
</body>
</html>