mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
Syntax highlight code in README
This commit is contained in:
parent
efc38f43da
commit
55f3c243c8
@ -214,7 +214,7 @@ simplemde.codemirror.on("change", function(){
|
|||||||
## State methods
|
## State methods
|
||||||
The following methods will let you check on the state of the editor.
|
The following methods will let you check on the state of the editor.
|
||||||
|
|
||||||
```
|
```js
|
||||||
var simplemde = new SimpleMDE();
|
var simplemde = new SimpleMDE();
|
||||||
simplemde.isPreviewActive();
|
simplemde.isPreviewActive();
|
||||||
simplemde.isSideBySideActive();
|
simplemde.isSideBySideActive();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user