We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18a0cd commit e214ef6Copy full SHA for e214ef6
1 file changed
types/src/main.ts
@@ -1886,13 +1886,13 @@ export type MarkupKind = 'plaintext' | 'markdown';
1886
* ```ts
1887
* let markdown: MarkdownContent = {
1888
* kind: MarkupKind.Markdown,
1889
- * value: [
1890
- * '# Header',
1891
- * 'Some text',
1892
- * '```typescript',
1893
- * 'someCode();',
1894
- * '```'
1895
- * ].join('\n')
+ * value: [
+ * '# Header',
+ * 'Some text',
+ * '```typescript',
+ * 'someCode();',
+ * '```'
+ * ].join('\n')
1896
* };
1897
* ```
1898
*
0 commit comments