Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 4, 2015
1 parent ce536d8 commit f62ab3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,18 @@
alert('123')
}
```

</div>
<script type="text/javascript">
var mde = new MDEditor({
id:"#mdeditor",
minheight:300,
maxheight:600,
value:"#多多少少的"
}).load().input(function(evn,opts){
console.log("evn:",evn)
console.log("opts:",opts)
})
mde.load()


</script>
Expand Down

0 comments on commit f62ab3e

Please sign in to comment.