CodexGui includes a reusable markdown subsystem that is valuable independently of the desktop shell.
src/CodexGui.Markdown contains the core controls, rendering services, editing services, and Markdig-based parsing pipeline.
Feature areas are split into dedicated plugin packages instead of growing the core library indefinitely. This keeps the architecture clearer and makes feature registration explicit in consumers such as the sample app.
src/CodexGui.Markdown.Sample demonstrates the markdown stack with editor integration, preview rendering, and plugin registration in one isolated executable.
Continue with Plugin Ecosystem for the current project breakdown.