From 450ddc56f43fa6971036c419cdcf96603fca0a7b Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 19 Jul 2015 21:09:38 -0400 Subject: [PATCH] Update README.md Use ``` ## Configuration @@ -66,7 +68,8 @@ simplemde.value(); - **unique_id**: You must set a unique identifier so that SimpleMDE can autosave. Something that separates this from other textareas. - **delay**: Delay between saves, in milliseconds. Defaults to `10000` (10s). -```JavaScript +```HTML + ``` #### Toolbar icons @@ -104,7 +108,8 @@ guide | [This link](http://nextstepwebs.github.io/simplemde-markdown-editor/mark Customize the toolbar using the `toolbar` option like: -```JavaScript +```HTML + ``` #### Height @@ -139,11 +145,13 @@ Or, you can keep the height static: ## Event handling You can catch the following list of events: https://codemirror.net/doc/manual.html#events -``` +```HTML + ``` ## How it works