Interface ListContentMap

This map registers all node types that are acceptable inside lists.

This interface can be augmented to register custom node types that are acceptable inside lists.

Example

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

Hierarchy

  • ListContentMap

Properties

Properties

listItem: ListItem

Generated using TypeDoc