2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-15 22:14:28 -06:00

Merge pull request #32 from NextStepWebs/development

JavaScript highlighting in README
This commit is contained in:
Wes Cossick 2015-07-20 11:49:56 -05:00
commit bb24da9480

View File

@ -139,7 +139,7 @@ Or, you can keep the height static:
## Event handling
You can catch the following list of events: https://codemirror.net/doc/manual.html#events
```
```JavaScript
var simplemde = new SimpleMDE();
simplemde.codemirror.on("change", function(){
console.log(simplemde.value());