44 const char*
text =
nullptr;
Font ids used by the styled-line model.
Centralized key-code constants for cdc_views.
MdLineKind
Block role of a styled line, used by the view to apply layout/markers.
Sink the parser emits styled lines to (decouples model from storage).
virtual ~StyledLineSink()=default
virtual void emit(const StyledLine &line)=0
One rendered logical line produced by the Markdown parser.
uint16_t len
Span length in bytes.
uint8_t font
One of mdfont.
uint8_t indent
Nesting depth (view multiplies by columns).
const char * text
Span into source (not null-terminated).
bool inverted
Inverse background (code).