in Example of Setting options -> Locally, While creating showdown.Converter object closing '}' is missing
@@ -117,7 +117,7 @@ Local options can be set:
* **through the constructor**
```js
- var converter = new showdown.Converter({optionKey: 'value');
+ var converter = new showdown.Converter({optionKey: 'value'});
```
* **through the setOption() method**