PhrasingContentMap

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

This interface can be augmented to register custom node types:

declare module 'mdast' {
  interface PhrasingContentMap {
    // Allow using MDX JSX (text) nodes defined by `remark-mdx`.
    mdxJsxTextElement: MDXJSXTextElement;
  }
}

For a union of all phrasing content, see RootContent.

Properties

break

break: Break

Defined in

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


delete

delete: Delete

Defined in

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


emphasis

emphasis: Emphasis

Defined in

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


footnoteReference

footnoteReference: FootnoteReference

Defined in

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


html

html: Html

Defined in

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


image

image: Image

Defined in

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


imageReference

imageReference: ImageReference

Defined in

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


inlineCode

inlineCode: InlineCode

Defined in

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


link: Link

Defined in

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


linkReference

linkReference: LinkReference

Defined in

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


strong

strong: Strong

Defined in

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


text

text: Text

Defined in

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