How to use the getOptions function from showdown

Find comprehensive JavaScript showdown.getOptions code examples handpicked from public code repositorys.

166
167
168
169
170
171
172
173
174
175

#### getOptions()

```js
// Global
var showdownGlobalOptions = showdown.getOptions();

//Local
var thisConverterSpecificOptions = converter.getOptions();
```
fork icon9
star icon22
watch icon3