tiny.zen.inspectMarkdown
Defined in markdown.
Fills active caller-owned storage; the returned document borrows it until reset.
Source
Source: lib/zen/src/markdown.zig:300
zig
/// Fills active caller-owned storage; the returned document borrows it until reset.pub fn inspect(storage: *document.Storage, source: []const u8) document.Error!document.Document { return inspectPlanned(storage, source, try plan(source));}Source: lib/zen/src/root.zig:214
zig
/// Fills active `HeadingStorage`; the document borrows it until `reset`.pub const inspectMarkdown = markdown.inspect;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |