Skip to main content

Module enums

Module enums 

Source
Expand description

Core enums for streamdown parsing state.

These enums represent the various states that the parser can be in while processing streaming markdown input.

Enumsยง

BlockType
Represents the type of block-level element being processed.
Code
Represents the type of code block or code-related state.
EmitFlag
Flags for special emit behavior.
ListType
Represents the type of list being processed.
TableState
Represents the current section of a table being processed.