Skip to documentation
SLOP

tiny.markdown.BlockType

Reference tiny.markdown BlockType

Defined in block.

API (10)

Fields and members

Public fields and members.

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

Source

Source: lib/markdown/src/block.zig:3

zig
pub const BlockType = enum {    paragraph,    heading1,    heading2,    heading3,    heading4,    code_block,    bullet_list,    numbered_list,    blockquote,    horizontal_rule,};

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

zig
pub const BlockType = block.BlockType;

Audit

Definitions1
Public names2
Members10
Version26.7.0
Revisiondaab053ee433