Renders markdown in the overlay editor.
export interface MarkdownCell extends BaseGridCell { readonly kind: GridCellKind.Markdown; readonly data: string; readonly readonly?: boolean; }
Markdown.
Determines if the cell will accept edit events.
Last updated 2 years ago