hashbrown

MagicTextNodeType

Supported Magic Text AST node kinds.

API

export type MagicTextNodeType =
  | "document"
  | "paragraph"
  | "heading"
  | "blockquote"
  | "list"
  | "list-item"
  | "code-block"
  | "table"
  | "table-row"
  | "table-cell"
  | "thematic-break"
  | "text"
  | "em"
  | "strong"
  | "strikethrough"
  | "inline-code"
  | "soft-break"
  | "hard-break"
  | "image"
  | "link"
  | "autolink"
  | "citation";