Skip to content

Commit

Permalink
Merge pull request #120 from jecsham/dev-feature-example
Browse files Browse the repository at this point in the history
Added example directory with default demo file
  • Loading branch information
Ionaru authored Mar 5, 2020
2 parents 0306c9a + 1f681e5 commit 012b66d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Example / Preview</title>
<link rel="stylesheet" href="../dist/easymde.min.css">
<script src="../dist/easymde.min.js"></script>
</head>

<body>
<textarea></textarea>
<script>
var easyMDE = new EasyMDE();
</script>
</body>

</html>

0 comments on commit 012b66d

Please sign in to comment.