Skip to documentation
SLOP

tiny.markdown.TableParseResult

Reference tiny.markdown TableParseResult

Defined in table.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/markdown/src/table.zig:64

zig
pub const Result = union(enum) {    paragraph,    rejected: Rejection,    table: Table,};

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

zig
pub const TableParseResult = table.Result;

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433