diff --git a/README.md b/README.md
index df9cf48..8bfe131 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,10 @@ simplemde.render();
## Get the content
-```JavaScript
+```HTML
+
```
## 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