We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7783add + 4925169 commit 7c5bc0eCopy full SHA for 7c5bc0e
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