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 propertynull: phrasing content is aligned as defined by the host environmentUsed in GFM tables.