We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2063e42 commit 4925169Copy full SHA for 4925169
README.md
@@ -42,6 +42,10 @@ var markdown = turndownService.turndown(document.getElementById('content'))
42
43
Options can be passed in to the constructor on instantiation.
44
45
+Example:
46
+
47
+`var turndownService = new TurndownService({ option: 'value' });`
48
49
| Option | Valid values | Default |
50
| :-------------------- | :------------ | :------ |
51
| `headingStyle` | `setext` or `atx` | `setext` |
0 commit comments