@coral-ai/markdown
v0.5.0
Published
CoralMarkdown — themed Markdown renderer for Coral with GFM and syntax highlighting.
Readme
@coral-ai/markdown
CoralMarkdown — a themed Markdown renderer for Coral with GFM, syntax highlighting, and prop-driven font controls.
Install
npm install @coral-ai/markdown @coral-ai/bundleicons @fluentui/react-components react react-domPeer dependencies do not install transitively. Install all of the above explicitly.
Usage
import { CoralMarkdown } from "@coral-ai/markdown";
import "@coral-ai/markdown/styles";
<CoralMarkdown>{`# Hello\n\nSome **markdown** content.`}</CoralMarkdown>See coral-ai for the full project.
