Markdown renderer (GFM, syntax-highlighted code blocks, mermaid diagrams, table export to image) plus a lightweight markdown editor. Part of the togo UI kit.
npm install @togo-framework/ui-markdownimport { 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).