tiny.zen.planMarkdownHeadings
Defined in markdown.
Computes exact heading, text, and ID demand without allocating.
Source
Source: lib/zen/src/markdown.zig:281
zig
/// Computes exact heading, text, and ID demand without allocating.pub fn plan(source: []const u8) document.Error!document.Plan { return planDiagnostic(source, null);}Source: lib/zen/src/root.zig:212
zig
/// Measures exact heading storage demand without allocating.pub const planMarkdownHeadings = markdown.plan;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |