Marketplace

ui-markdown

Other

togo UI kit — markdown renderer (GFM, syntax highlighting, mermaid) + editor

togo-framework
bash
togo install togo-framework/ui-markdown

@togo-framework/ui-markdown

Markdown renderer (GFM, syntax-highlighted code blocks, mermaid diagrams, table export to image) plus a lightweight markdown editor. Part of the togo UI kit.

bash
npm install @togo-framework/ui-markdown
tsx
import { MarkdownRenderer, MarkdownEditor } from "@togo-framework/ui-markdown";

Requires @togo-framework/ui-core and @togo-framework/ui-data-table (tables embedded in markdown render via the shared DataTable component).