Skip to documentation
SLOP

tiny.markdown.parseInlineSource

Reference tiny.markdown parseInlineSource

Defined in @"inline".

Called byCallstest sourcelib.markdown.src.inlinetest: parseSource preserves math for ...private sourcelib.markdown.src.inlineparseWithMath@"inline"parseSource
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/markdown/src/inline.zig:70

zig
pub fn parseSource(allocator: std.mem.Allocator, text: []const u8) std.mem.Allocator.Error!Line {    return parseWithMath(.source, allocator, text);}

Source: lib/markdown/src/root.zig:25

zig
pub const parseInlineSource = @"inline".parseSource;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433