Vizel API / core/src / VizelTable
Variable: VizelTable
ts
const VizelTable: Node<TableOptions, any>;Defined in: packages/core/src/extensions/table-base.ts:96
Extended Table with Markdown serialization support.
Parsing relies on markdown-it's built-in GFM table tokenizer, which emits standard <table> / <thead> / <tbody> HTML that the Tiptap table parseHTML rules hydrate directly. Cell alignment is recovered from the per-cell inline style by VizelTableCell / VizelTableHeader.