comarkdowncomarkdownOfficialยท3 Agent Skills Included

comark

Parse and render Markdown anywhere, including live AI streaming output

Parses CommonMark and GFM markdown into a compact document that renders to HTML, ANSI, Vue, React, Svelte, and Angular. Handles incomplete AI-generated markdown with auto-close, streaming mode, and a live caret so partial LLM output never breaks. Extends markdown with custom components, attributes, frontmatter, and plugins for highlighting, math, and diagrams.
npx skills add comarkdown/comark --all -g -y
Available:

Gives AI coding agents a map of the Comark monorepo, its packages, exports, and usage patterns so they can work with the parser and renderers correctly.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Comark?โ–ผ

Run `npx skills add comarkdown/comark --all -g -y` in your terminal to install all skills in this suite globally.

How to render AI streaming markdown without broken output?โ–ผ

Comark's auto-close feature completes unterminated syntax like open bold markers or code fences on every parse, so partial LLM tokens always render correctly with a live caret indicator.

Which frameworks does Comark support?โ–ผ

One parsed document renders to HTML, ANSI terminals, Vue, React, Svelte, Angular, and Nuxt, so your content works across any framework.

How to migrate from @nuxtjs/mdc to Comark?โ–ผ

The included migration skill maps every MDC API to its Comark equivalent, covering parsing, rendering, components, slots, and Nuxt config. Your existing markdown files need no changes.

Can Comark render markdown in a terminal CLI agent?โ–ผ

Yes. The @comark/ansi package prints styled markdown directly to the terminal, ideal for CLI-based AI agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’