Interface StaticPhrasingContentMap

This map registers all node types that are acceptable in a static phrasing context.

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

Example

declare module 'mdast' {
interface StaticPhrasingContentMap {
mdxJsxTextElement: MDXJSXTextElement;
}
}

Hierarchy

Properties

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

Generated using TypeDoc