Skip to documentation
SLOP

tiny.markdown.TableCell

Reference tiny.markdown TableCell

Defined in table.

One cell contains a borrowed inline Markdown source range.

API (1)

Fields and members

Public fields and members.

No direct callersNo direct callstableCell
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names2
Members1
Version26.7.0
Revisiondaab053ee433