-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
23 lines (23 loc) · 985 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Markdown draft.js">
<title>Markdown draft.js</title>
<link rel="stylesheet" href="playground/editor.css">
<link rel="stylesheet" href="playground/glyphicons.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:300|Source+Code+Pro" rel="stylesheet">
</head>
<body>
<div class="heading">
<h1>Markdown draft.js</h1>
<h4>Markdown text editor framework for React</h4>
</div>
<div class="site">
<p>Markdown draft.js is a Markdown editor framework that works with an immutable state and utility functions to modify it.</p>
<p>Here you have a working example of what you can build with Markdown draft.js:</p>
<div id="root"></div>
<p>Get it from <a href="https://www.github.com/mulesoft/md-draft-js">GitHub</a>!</p>
</div>
<script src='site/bundle.js'></script>
</body>