Skip to documentation
SLOP

tiny.markdown.max_table_rows

Reference tiny.markdown max_table_rows

Defined in table.

Sixty-four header and body rows cap one table at 1,024 cell ranges.

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

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433