pimd
Version:
Processing instructions for Markdown
28 lines (27 loc) • 968 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PIMD Live Demo</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="intro">
<h2>Try out the PIMD project</h2>
<p>All of the source code is completely free and open, available on GitHub under MIT licence. We are porting from Ruby to JavaScript. <a href='https://github.com/livingstyleguide/' target="_blank">See our GitHub account for more info.</a></p>
</div>
<div id="parser-div">
<div id="markdown-input">
<p>Type below your Markdown instructions.</p>
<form id="parse-form">
<textarea id="my-input" type="text"></textarea>
</form>
</div>
<div id="input-parsed"></div>
</div>
</div>
</body>
<script src="js_dist/script.js"></script>
</html>