Skip to main content

Import

import { Markdown } from "veryfront/markdown";

Examples

import { Markdown } from "veryfront/markdown";

<Markdown># Hello{"\n\n"}Some **bold** text with `code`.</Markdown>

Exports

Components

NameDescription
MarkdownRender markdown with highlighting + diagrams

Types

NameDescription
CodeBlockPropsCode block rendering props
MarkdownProps<Markdown> props