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.
declare module 'mdast' { interface ListContentMap { custom: Custom; }}
Generated using TypeDoc
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