Skip to documentation
SLOP

tiny.zen.planMarkdownHeadings

Reference tiny.zen planMarkdownHeadings

Defined in markdown.

Computes exact heading, text, and ID demand without allocating.

Called byCallsprivate sourcelib.zen.src.markdown.TestInspectioninitmarkdowninspecttest sourcelib.zen.src.markdowntest: Markdown rendering owns exact h...test sourcelib.zen.src.markdowntest: activated heading inspection pe...test sourcelib.zen.src.markdowntest: heading storage owns text indep...private sourcelib.zen.src.markdownplanDiagnosticmarkdownplan
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433