|
@@ -117,7 +117,7 @@ Local options can be set:
|
|
|
|
|
|
* **through the constructor**
|
|
* **through the constructor**
|
|
```js
|
|
```js
|
|
- var converter = new showdown.Converter({optionKey: 'value');
|
|
|
|
|
|
+ var converter = new showdown.Converter({optionKey: 'value'});
|
|
```
|
|
```
|
|
|
|
|
|
* **through the setOption() method**
|
|
* **through the setOption() method**
|