Interface: MdastTreeImportOptions
The options of the tree import utility. Not meant to be used directly.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
codeBlockEditorDescriptors | CodeBlockEditorDescriptor[] | - | Descriptors.codeBlockEditorDescriptors |
defaultCodeBlockLanguage? | string | The fallback language used to select a code block editor when a fenced code block's own language has no matching descriptor. | Descriptors.defaultCodeBlockLanguage |
directiveDescriptors | DirectiveDescriptor<Directives>[] | - | Descriptors.directiveDescriptors |
jsxComponentDescriptors | JsxComponentDescriptor[] | - | Descriptors.jsxComponentDescriptors |
mdastRoot | Root | - | - |
root | ImportPoint | - | - |
visitors | MdastImportVisitor<RootContent>[] | - | - |