Interface PhrasingContentMap

This map registers all node types that are acceptable in a (interactive) phrasing context (so not in links).

This interface can be augmented to register custom node types in a phrasing context, excluding links and link references.

Example

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

Hierarchy

Properties

break: Break
delete: Delete
emphasis: Emphasis
footnote: Footnote
footnotereference: FootnoteReference
html: HTML
image: Image
imagereference: ImageReference
inlinecode: InlineCode
link: Link
linkReference: LinkReference
strong: Strong
text: Text

Generated using TypeDoc