react-md-editor
Version:
React Markdown Editor
20 lines (19 loc) • 537 B
HTML
<head>
<title>React Markdown Editor</title>
<link rel="stylesheet" href="example.css">
</head>
<body>
<div class="container">
<h1>React Markdown Editor</h1>
<h2><a href="http://github.com/JedWatson/react-md-editor">View project on GitHub</a></h2>
<!-- the example app is rendered into this div -->
<div id="app"></div>
<div class="footer">
Copyright © 2015 Jed Watson.
</div>
</div>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="example.js"></script>
</body>