AlignType

AlignType = "center" | "left" | "right" | null

Defined in: node_modules/@types/mdast/index.d.ts:22

How phrasing content is aligned ([CSSTEXT]).

  • 'left': See the left value of the text-align CSS property
  • 'right': See the right value of the text-align CSS property
  • 'center': See the center value of the text-align CSS property
  • null: phrasing content is aligned as defined by the host environment

Used in GFM tables.