hashbrown

MagicTextNodeRendererKey

Supported key names for nodeRenderers.

API

export type MagicTextNodeRendererKey =
  | "node"
  | "document"
  | "paragraph"
  | "heading"
  | "blockquote"
  | "list"
  | "listItem"
  | "codeBlock"
  | "table"
  | "tableRow"
  | "tableCell"
  | "thematicBreak"
  | "text"
  | "em"
  | "strong"
  | "strikethrough"
  | "inlineCode"
  | "softBreak"
  | "hardBreak"
  | "image"
  | "link"
  | "autolink"
  | "citation";