← All plugins
Markdown
Markdown shape rendered as HTML (GFM, syntax highlighting, Mermaid diagrams).
pnpm add @edv4h/usketch-plugin-shape-markdownOverview
Markdown is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.
Usage
import { createApp } from "@edv4h/usketch-core";
import { ShapeMarkdownPlugin } from "@edv4h/usketch-plugin-shape-markdown";
const app = createApp({
plugins: [
ShapeMarkdownPlugin,
],
});