Markdown integration layer for XenoAtom.Terminal.UI, including parsing, document-flow conversion, and markup conversion helpers.
MarkdownDocumentContentRepresents markdown content materialized as DocumentFlowBlock entries.MarkdownMarkupConverterConverts Markdown text into ANSI markup text consumable by Markup.MarkdownRenderOptionsSpecifies rendering options for Markdown conversion into terminal visuals.Built on Markdig and designed to map CommonMark plus selected extensions to DocumentFlow, Paragraph, and related controls with efficient rendering.