tiny.markdown.max_table_rows
Defined in table.
Sixty-four header and body rows cap one table at 1,024 cell ranges.
Source
Source: lib/markdown/src/table.zig:7
zig
/// Sixty-four header and body rows cap one table at 1,024 cell ranges.pub const max_rows: usize = 64;Source: lib/markdown/src/root.zig:38
zig
pub const max_table_rows = table.max_rows;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |