DefinitionContentMap

Registry of all mdast nodes that can occur where DefinitionContent is expected.

This interface can be augmented to register custom node types:

declare module 'mdast' {
  interface DefinitionContentMap {
    custom: Custom;
  }
}

For a union of all definition content, see RootContent.

Properties

definition

definition: Definition

Defined in

node_modules/@types/mdast/index.d.ts:197


footnoteDefinition

footnoteDefinition: FootnoteDefinition

Defined in

node_modules/@types/mdast/index.d.ts:198