tiny.markdown.TableCell
Defined in table.
One cell contains a borrowed inline Markdown source range.
API (1)
Fields and members
Public fields and members.
Source
Source: lib/markdown/src/table.zig:30
zig
/// One cell contains a borrowed inline Markdown source range.pub const Cell = struct { source: SourceRange,};Source: lib/markdown/src/root.zig:29
zig
pub const TableCell = table.Cell;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |