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.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |