Skip to documentation
SLOP

tiny.markdown.TableStorage

Reference tiny.markdown TableStorage

Defined in table.

Callers own this fixed parser storage and retain it while using a table.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callstableStorage
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/markdown/src/table.zig:53

zig
/// Callers own this fixed parser storage and retain it while using a table./// Over-limit candidates reject before rendering and remain paragraphs.pub const Storage = struct {    rows: [max_rows]Row = undefined,    cells: [max_cells]Cell = undefined,    alignments: [max_columns]Alignment = undefined,};

Source: lib/markdown/src/root.zig:35

zig
pub const TableStorage = table.Storage;

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433