Describes a Markdown code block being rendered.
public MarkdownCodeBlockRenderContext(string Code, string? FenceInfo, string? Language, bool IsFenced, Theme Theme, MarkdownStyle Style, MarkdownRenderOptions Options)
The normalized code text with \n line endings.
The raw fenced-code info string when present.
The parsed language token derived from FenceInfo when present.
A value indicating whether the source block is a fenced code block.
The current terminal UI theme.
The resolved markdown style.
The active markdown render options.