tiny.markdown.InlineSpan
Defined in @"inline".
API (6)
Fields and members
Public fields and members.
Source
Source: lib/markdown/src/inline.zig:25
zig
pub const Span = struct { start: usize, end: usize, role: Role, link: ?usize = null, math: ?usize = null, image: ?usize = null,};Source: lib/markdown/src/root.zig:23
zig
pub const InlineSpan = @"inline".Span;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 6 |
| Version | 26.7.0 |
| Revision | daab053ee433 |