Type Editor / @type-editor/markdown / types/MarkdownSerializerOptions / MarkdownSerializeOptions
Interface: MarkdownSerializeOptions
Defined in: types/MarkdownSerializerOptions.ts:2
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
tightLists? | boolean | Whether to render lists in a tight style. This can be overridden on a node level by specifying a tight attribute on the node. Defaults to false. | types/MarkdownSerializerOptions.ts:8 |