Ecosystem

Community renderers, plugins, and integrations built around Comark.

Comark's core ships renderers for HTML, ANSI, Vue, React, Svelte, and Angular. The projects below extend that surface with community renderers, plugins, framework integrations, and editor tooling. First-party Comark packages carry an Official badge.

Renderers

SolidJS renderer for Comark, with the same component and streaming model as the official renderers.Renders Comark documents as Preact components, for projects that use Preact in place of React.Open pull request adding a PDF renderer built on jasy, mapping the Comark AST directly to a component tree with no headless browser.Feature request for an email renderer that compiles Comark documents to inbox-safe HTML through MJML.

Plugins

The reverse direction: Comark's component and attribute syntax as a markdown-it plugin, for tools like VitePress that own their own parser.Strips Markdown and Comark syntax down to plain text, for search indexes or previews.Adds TOML frontmatter and TOML block props as an alternative to Comark's default YAML.Renders Knap templates before parsing, for combining templated logic with Comark's component syntax.Syntax highlighting for Lean 4 code blocks, powered by the Lean language server.

Content & frameworks

Content layer for Markdown: local files, a GitHub repository, or any storage driver, queryable and searchable with a type-safe API.Astro integration for USWDS-styled federal documentation sites, using Comark as the Markdown layer.

UI & editors

Wraps Comark with Onyx, the design system built by Schwarz Digits, for projects already using Onyx components.TipTap kit that round-trips losslessly between ProseMirror, the Comark AST, and Markdown.Vue components for streaming LLM output. Its parser layer, @markmend/parser, is built on Comark.

Tooling

Syntax highlighting and colon matching for .md files using Comark's component and attribute syntax.Browser extension that renders Comark's component and attribute syntax properly on GitHub and GitLab issues, comments, and pull request descriptions.The Nuxt layer that powers comark.dev itself: sidebar navigation, search, and the assistant chat, ready to extend for your own docs.Starter repository for building and publishing a Comark plugin, with tests and a release workflow already wired up.Renders Markdown directly in the terminal using Comark's ANSI renderer, similar to bat for source code.Agent skill that teaches AI coding assistants to write documentation using Comark's component syntax.

Built with Comark

Nuxt's documentation site, running on comark-content with ISR and instant redeploys on every push.Markdown as a templating engine: a component block resolves to a live chart at render time.Next.js reference implementation covering every Comark component, prop, and slot pattern.

Add your project

Building something on Comark? Open a pull request adding a card to this page, or open an issue first if you are not sure it fits yet.