Components/Content/Markdown
component

Markdown

src/components/code.tsx

Import

import { Markdown } from "@ossrandom/design-system";

Examples

Default

↗ Playground

Variants

↗ Playground

API

extends BaseProps

PropType
source required string
variant "default" | "compact"
allowHtml boolean
components Readonly<Partial<Record<"h1" | "h2" | "h3" | "p" | "code" | "a" | "blockquote", (props: { children: ReactNode }) => ReactNode>>>; readonly onLinkClick?: (href: string) => void;