Skip to content

Commit e2c64f1

Browse files
committedOct 30, 2018
Format options example
1 parent 7c5bc0e commit e2c64f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ var markdown = turndownService.turndown(document.getElementById('content'))
4040

4141
## Options
4242

43-
Options can be passed in to the constructor on instantiation.
43+
Options can be passed in to the constructor on instantiation. For example:
4444

45-
Example:
46-
47-
`var turndownService = new TurndownService({ option: 'value' });`
45+
```js
46+
var turndownService = new TurndownService({ option: 'value' })
47+
```
4848

4949
| Option | Valid values | Default |
5050
| :-------------------- | :------------ | :------ |

0 commit comments

Comments
 (0)
Please sign in to comment.