wdpr
    Preparing search index...
    • Render a table element.

      Pipe-syntax tables receive class="wiki-content-table" on the <table> element. Cell alignment is rendered as inline text-align styles. Header cells use <th> instead of <td>. Column and row spans are applied from the AST data and attributes, respectively.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: TableData

        Table data with rows, cells, attributes, and source type.

      Returns void