tiny.zen.default_heading_limits
Defined in tiny.zen.
General-purpose limits for convenience Markdown rendering.
Source
Source: lib/zen/src/document/plan.zig:15
zig
/// General-purpose limits for convenience Markdown rendering.pub const default_limits: Limits = .{ .max_headings = 4_096, .max_text_bytes = 1024 * 1024, .max_id_bytes = 1024 * 1024,};Source: lib/zen/src/root.zig:184
zig
/// General-purpose heading limits used by `MarkdownOptions`.pub const default_heading_limits = document.default_limits;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |