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

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();