Syntax highlight code in README

This commit is contained in:
Wes Cossick 2015-10-20 15:03:43 -05:00
parent efc38f43da
commit 55f3c243c8

View file

@ -214,7 +214,7 @@ simplemde.codemirror.on("change", function(){
## State methods
The following methods will let you check on the state of the editor.
```
```js
var simplemde = new SimpleMDE();
simplemde.isPreviewActive();
simplemde.isSideBySideActive();