tiny.markdown.Table
Defined in table.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/markdown/src/table.zig:44
zig
pub const Table = struct { source: SourceRange, header: Row, delimiter: Delimiter, body: []const Row,};Source: lib/markdown/src/root.zig:27
zig
pub const Table = table.Table;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |