We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5bc0e commit e2c64f1Copy full SHA for e2c64f1
README.md
@@ -40,11 +40,11 @@ var markdown = turndownService.turndown(document.getElementById('content'))
40
41
## Options
42
43
-Options can be passed in to the constructor on instantiation.
+Options can be passed in to the constructor on instantiation. For example:
44
45
-Example:
46
-
47
-`var turndownService = new TurndownService({ option: 'value' });`
+```js
+var turndownService = new TurndownService({ option: 'value' })
+```
48
49
| Option | Valid values | Default |
50
| :-------------------- | :------------ | :------ |
0 commit comments