From 55f3c243c8c7dba584e9491421691fe7a75b33ce Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 20 Oct 2015 15:03:43 -0500 Subject: [PATCH] Syntax highlight code in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00410bb..67771d5 100644 --- a/README.md +++ b/README.md @@ -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();